xref: /onnv-gate/usr/src/lib/libcryptoutil/common/mapfile-vers (revision 8309:c32ddef7d3ad)
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#
226104Sdinak# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf
265252SdinakSUNWprivate {
272522Sraf    global:
282522Sraf	create_umech;
292522Sraf	cryptodebug;
302522Sraf	cryptodebug_init;
312522Sraf	cryptoerror;
32*8309SAnthony.Scarpino@Sun.COM	cryptoerror_off;
33*8309SAnthony.Scarpino@Sun.COM	cryptoerror_on;
342522Sraf	free_uentry;
352522Sraf	free_uentrylist;
362522Sraf	free_umechlist;
373089Swyllys	getent_uef;
383089Swyllys	get_fullpath;
393089Swyllys	get_metaslot_info;
402522Sraf	get_pkcs11conf_info;
41*8309SAnthony.Scarpino@Sun.COM	hexstr_to_bytes;
425252Sdinak	pkcs11_default_token;
435252Sdinak	pkcs11_get_pass;
442522Sraf	pkcs11_mech2keytype;
456104Sdinak	pkcs11_mech2keygen;
462522Sraf	pkcs11_mech2str;
476104Sdinak	pkcs11_nzero_random_data;
485252Sdinak	pkcs11_random_data;
495252Sdinak	pkcs11_read_data;
502522Sraf	pkcs11_str2mech;
512522Sraf	pkcs11_strerror;
523089Swyllys	str2lifetime;
532522Sraf	tohexstr;
542522Sraf    local:
552522Sraf	*;
562522Sraf};
57