xref: /illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
24f808c858Sraf#
25*bfed486aSAli Bahrami
26*bfed486aSAli Bahrami#
27*bfed486aSAli Bahrami# MAPFILE HEADER START
28*bfed486aSAli Bahrami#
29*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31*bfed486aSAli Bahrami#
32*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33*bfed486aSAli Bahrami#
34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36*bfed486aSAli Bahrami#
37*bfed486aSAli Bahrami# MAPFILE HEADER END
38f808c858Sraf#
39f808c858Sraf
40f808c858SrafSUNW_1.1 {
41f808c858Sraf    global:
42f808c858Sraf	C_CancelFunction;
43f808c858Sraf	C_CloseAllSessions;
44f808c858Sraf	C_CloseSession;
45f808c858Sraf	C_CopyObject;
46f808c858Sraf	C_CreateObject;
47f808c858Sraf	C_Decrypt;
48f808c858Sraf	C_DecryptDigestUpdate;
49f808c858Sraf	C_DecryptFinal;
50f808c858Sraf	C_DecryptInit;
51f808c858Sraf	C_DecryptUpdate;
52f808c858Sraf	C_DecryptVerifyUpdate;
53f808c858Sraf	C_DeriveKey;
54f808c858Sraf	C_DestroyObject;
55f808c858Sraf	C_Digest;
56f808c858Sraf	C_DigestEncryptUpdate;
57f808c858Sraf	C_DigestFinal;
58f808c858Sraf	C_DigestInit;
59f808c858Sraf	C_DigestKey;
60f808c858Sraf	C_DigestUpdate;
61f808c858Sraf	C_Encrypt;
62f808c858Sraf	C_EncryptFinal;
63f808c858Sraf	C_EncryptInit;
64f808c858Sraf	C_EncryptUpdate;
65f808c858Sraf	C_Finalize;
66f808c858Sraf	C_FindObjects;
67f808c858Sraf	C_FindObjectsFinal;
68f808c858Sraf	C_FindObjectsInit;
69f808c858Sraf	C_GenerateKey;
70f808c858Sraf	C_GenerateKeyPair;
71f808c858Sraf	C_GenerateRandom;
72f808c858Sraf	C_GetAttributeValue;
73f808c858Sraf	C_GetFunctionList;
74f808c858Sraf	C_GetFunctionStatus;
75f808c858Sraf	C_GetInfo;
76f808c858Sraf	C_GetMechanismInfo;
77f808c858Sraf	C_GetMechanismList;
78f808c858Sraf	C_GetObjectSize;
79f808c858Sraf	C_GetOperationState;
80f808c858Sraf	C_GetSessionInfo;
81f808c858Sraf	C_GetSlotInfo;
82f808c858Sraf	C_GetSlotList;
83f808c858Sraf	C_GetTokenInfo;
84f808c858Sraf	C_Initialize;
85f808c858Sraf	C_InitPIN;
86f808c858Sraf	C_InitToken;
87f808c858Sraf	C_Login;
88f808c858Sraf	C_Logout;
89f808c858Sraf	C_OpenSession;
90f808c858Sraf	C_SeedRandom;
91f808c858Sraf	C_SetAttributeValue;
92f808c858Sraf	C_SetOperationState;
93f808c858Sraf	C_SetPIN;
94f808c858Sraf	C_Sign;
95f808c858Sraf	C_SignEncryptUpdate;
96f808c858Sraf	C_SignFinal;
97f808c858Sraf	C_SignInit;
98f808c858Sraf	C_SignRecover;
99f808c858Sraf	C_SignRecoverInit;
100f808c858Sraf	C_SignUpdate;
101f808c858Sraf	C_UnwrapKey;
102f808c858Sraf	C_Verify;
103f808c858Sraf	C_VerifyFinal;
104f808c858Sraf	C_VerifyInit;
105f808c858Sraf	C_VerifyRecover;
106f808c858Sraf	C_VerifyRecoverInit;
107f808c858Sraf	C_VerifyUpdate;
108f808c858Sraf	C_WaitForSlotEvent;
109f808c858Sraf	C_WrapKey;
110f808c858Sraf	SUNW_C_GetMechSession;
111f808c858Sraf	SUNW_C_KeyToObject;
112f808c858Sraf    local:
113f808c858Sraf	*;
114f808c858Sraf};
1151c9bd843Sdinak
1161c9bd843SdinakSUNWprivate {
1171c9bd843Sdinak    global:
11817e2ff97Sdinak	pkcs11_GetCriteriaSession;
1191c9bd843Sdinak	pkcs11_ObjectToKey;
1201c9bd843Sdinak	pkcs11_PasswdToPBKD2Object;
1211c9bd843Sdinak	pkcs11_PasswdToKey;
1221c9bd843Sdinak    local:
1231c9bd843Sdinak	*;
1241c9bd843Sdinak};
125