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; 523089Swyllys get_fullpath; 533089Swyllys get_metaslot_info; 542522Sraf get_pkcs11conf_info; 558309SAnthony.Scarpino@Sun.COM hexstr_to_bytes; 568932SDina.Nimeh@Sun.COM open_nointr; 57*9127SDina.Nimeh@Sun.COM pkcs11_close_random; 58*9127SDina.Nimeh@Sun.COM pkcs11_close_urandom; 59*9127SDina.Nimeh@Sun.COM pkcs11_close_urandom_seed; 605252Sdinak pkcs11_default_token; 61*9127SDina.Nimeh@Sun.COM pkcs11_get_nzero_urandom; 625252Sdinak pkcs11_get_pass; 63*9127SDina.Nimeh@Sun.COM pkcs11_get_random; 64*9127SDina.Nimeh@Sun.COM pkcs11_get_urandom; 652522Sraf pkcs11_mech2keytype; 666104Sdinak pkcs11_mech2keygen; 672522Sraf pkcs11_mech2str; 685252Sdinak pkcs11_read_data; 69*9127SDina.Nimeh@Sun.COM pkcs11_seed_random; 70*9127SDina.Nimeh@Sun.COM pkcs11_seed_urandom; 712522Sraf pkcs11_str2mech; 722522Sraf pkcs11_strerror; 738932SDina.Nimeh@Sun.COM readn_nointr; 743089Swyllys str2lifetime; 752522Sraf tohexstr; 768932SDina.Nimeh@Sun.COM writen_nointr; 772522Sraf local: 782522Sraf *; 792522Sraf}; 80