xref: /onnv-gate/usr/src/lib/libcryptoutil/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
2112575SJan.Pechanec@Sun.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
222522Sraf#
232522Sraf
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
412522Sraf    global:
422522Sraf	create_umech;
432522Sraf	cryptodebug;
442522Sraf	cryptodebug_init;
452522Sraf	cryptoerror;
468309SAnthony.Scarpino@Sun.COM	cryptoerror_off;
478309SAnthony.Scarpino@Sun.COM	cryptoerror_on;
482522Sraf	free_uentry;
492522Sraf	free_uentrylist;
502522Sraf	free_umechlist;
513089Swyllys	getent_uef;
5210500SHai-May.Chao@Sun.COM	get_fips_mode;
533089Swyllys	get_fullpath;
543089Swyllys	get_metaslot_info;
552522Sraf	get_pkcs11conf_info;
568309SAnthony.Scarpino@Sun.COM	hexstr_to_bytes;
578932SDina.Nimeh@Sun.COM	open_nointr;
589127SDina.Nimeh@Sun.COM	pkcs11_close_random;
599127SDina.Nimeh@Sun.COM	pkcs11_close_urandom;
609127SDina.Nimeh@Sun.COM	pkcs11_close_urandom_seed;
615252Sdinak	pkcs11_default_token;
6212575SJan.Pechanec@Sun.COM	pkcs11_free_uri;
639127SDina.Nimeh@Sun.COM	pkcs11_get_nzero_urandom;
645252Sdinak	pkcs11_get_pass;
659127SDina.Nimeh@Sun.COM	pkcs11_get_random;
669127SDina.Nimeh@Sun.COM	pkcs11_get_urandom;
672522Sraf	pkcs11_mech2keytype;
686104Sdinak	pkcs11_mech2keygen;
692522Sraf	pkcs11_mech2str;
7012575SJan.Pechanec@Sun.COM	pkcs11_parse_uri;
715252Sdinak	pkcs11_read_data;
729127SDina.Nimeh@Sun.COM	pkcs11_seed_random;
739127SDina.Nimeh@Sun.COM	pkcs11_seed_urandom;
742522Sraf	pkcs11_str2mech;
752522Sraf	pkcs11_strerror;
768932SDina.Nimeh@Sun.COM	readn_nointr;
773089Swyllys	str2lifetime;
782522Sraf	tohexstr;
798932SDina.Nimeh@Sun.COM	writen_nointr;
802522Sraf    local:
812522Sraf	*;
822522Sraf};
83