xref: /onnv-gate/usr/src/lib/libcryptoutil/common/mapfile-vers (revision 10500:a10fbcfc2f21)
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#
212522Sraf#
228744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM
405252SdinakSUNWprivate {
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;
52*10500SHai-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;
629127SDina.Nimeh@Sun.COM	pkcs11_get_nzero_urandom;
635252Sdinak	pkcs11_get_pass;
649127SDina.Nimeh@Sun.COM	pkcs11_get_random;
659127SDina.Nimeh@Sun.COM	pkcs11_get_urandom;
662522Sraf	pkcs11_mech2keytype;
676104Sdinak	pkcs11_mech2keygen;
682522Sraf	pkcs11_mech2str;
695252Sdinak	pkcs11_read_data;
709127SDina.Nimeh@Sun.COM	pkcs11_seed_random;
719127SDina.Nimeh@Sun.COM	pkcs11_seed_urandom;
722522Sraf	pkcs11_str2mech;
732522Sraf	pkcs11_strerror;
748932SDina.Nimeh@Sun.COM	readn_nointr;
753089Swyllys	str2lifetime;
762522Sraf	tohexstr;
778932SDina.Nimeh@Sun.COM	writen_nointr;
782522Sraf    local:
792522Sraf	*;
802522Sraf};
81