xref: /onnv-gate/usr/src/lib/pkcs11/libpkcs11/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#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
422522Sraf    global:
432522Sraf	C_CancelFunction;
442522Sraf	C_CloseAllSessions;
452522Sraf	C_CloseSession;
462522Sraf	C_CopyObject;
472522Sraf	C_CreateObject;
482522Sraf	C_Decrypt;
492522Sraf	C_DecryptDigestUpdate;
502522Sraf	C_DecryptFinal;
512522Sraf	C_DecryptInit;
522522Sraf	C_DecryptUpdate;
532522Sraf	C_DecryptVerifyUpdate;
542522Sraf	C_DeriveKey;
552522Sraf	C_DestroyObject;
562522Sraf	C_Digest;
572522Sraf	C_DigestEncryptUpdate;
582522Sraf	C_DigestFinal;
592522Sraf	C_DigestInit;
602522Sraf	C_DigestKey;
612522Sraf	C_DigestUpdate;
622522Sraf	C_Encrypt;
632522Sraf	C_EncryptFinal;
642522Sraf	C_EncryptInit;
652522Sraf	C_EncryptUpdate;
662522Sraf	C_Finalize;
672522Sraf	C_FindObjects;
682522Sraf	C_FindObjectsFinal;
692522Sraf	C_FindObjectsInit;
702522Sraf	C_GenerateKey;
712522Sraf	C_GenerateKeyPair;
722522Sraf	C_GenerateRandom;
732522Sraf	C_GetAttributeValue;
742522Sraf	C_GetFunctionList;
752522Sraf	C_GetFunctionStatus;
762522Sraf	C_GetInfo;
772522Sraf	C_GetMechanismInfo;
782522Sraf	C_GetMechanismList;
792522Sraf	C_GetObjectSize;
802522Sraf	C_GetOperationState;
812522Sraf	C_GetSessionInfo;
822522Sraf	C_GetSlotInfo;
832522Sraf	C_GetSlotList;
842522Sraf	C_GetTokenInfo;
852522Sraf	C_Initialize;
862522Sraf	C_InitPIN;
872522Sraf	C_InitToken;
882522Sraf	C_Login;
892522Sraf	C_Logout;
902522Sraf	C_OpenSession;
912522Sraf	C_SeedRandom;
922522Sraf	C_SetAttributeValue;
932522Sraf	C_SetOperationState;
942522Sraf	C_SetPIN;
952522Sraf	C_Sign;
962522Sraf	C_SignEncryptUpdate;
972522Sraf	C_SignFinal;
982522Sraf	C_SignInit;
992522Sraf	C_SignRecover;
1002522Sraf	C_SignRecoverInit;
1012522Sraf	C_SignUpdate;
1022522Sraf	C_UnwrapKey;
1032522Sraf	C_Verify;
1042522Sraf	C_VerifyFinal;
1052522Sraf	C_VerifyInit;
1062522Sraf	C_VerifyRecover;
1072522Sraf	C_VerifyRecoverInit;
1082522Sraf	C_VerifyUpdate;
1092522Sraf	C_WaitForSlotEvent;
1102522Sraf	C_WrapKey;
1112522Sraf	SUNW_C_GetMechSession;
1122522Sraf	SUNW_C_KeyToObject;
1132522Sraf    local:
1142522Sraf	*;
1152522Sraf};
1165252Sdinak
117*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
1185252Sdinak    global:
1196145Sdinak	pkcs11_GetCriteriaSession;
1205252Sdinak	pkcs11_ObjectToKey;
1215252Sdinak	pkcs11_PasswdToPBKD2Object;
1225252Sdinak	pkcs11_PasswdToKey;
1235252Sdinak    local:
1245252Sdinak	*;
1255252Sdinak};
126