xref: /onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/mapfile-vers (revision 12720:3db6e0082404)
1*12720SWyllys.Ingersoll@Sun.COM#
2*12720SWyllys.Ingersoll@Sun.COM# CDDL HEADER START
3*12720SWyllys.Ingersoll@Sun.COM#
4*12720SWyllys.Ingersoll@Sun.COM# The contents of this file are subject to the terms of the
5*12720SWyllys.Ingersoll@Sun.COM# Common Development and Distribution License (the "License").
6*12720SWyllys.Ingersoll@Sun.COM# You may not use this file except in compliance with the License.
7*12720SWyllys.Ingersoll@Sun.COM#
8*12720SWyllys.Ingersoll@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*12720SWyllys.Ingersoll@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*12720SWyllys.Ingersoll@Sun.COM# See the License for the specific language governing permissions
11*12720SWyllys.Ingersoll@Sun.COM# and limitations under the License.
12*12720SWyllys.Ingersoll@Sun.COM#
13*12720SWyllys.Ingersoll@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*12720SWyllys.Ingersoll@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*12720SWyllys.Ingersoll@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*12720SWyllys.Ingersoll@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*12720SWyllys.Ingersoll@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*12720SWyllys.Ingersoll@Sun.COM#
19*12720SWyllys.Ingersoll@Sun.COM# CDDL HEADER END
20*12720SWyllys.Ingersoll@Sun.COM#
21*12720SWyllys.Ingersoll@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22*12720SWyllys.Ingersoll@Sun.COM#
23*12720SWyllys.Ingersoll@Sun.COM
24*12720SWyllys.Ingersoll@Sun.COM$mapfile_version 2
25*12720SWyllys.Ingersoll@Sun.COM
26*12720SWyllys.Ingersoll@Sun.COMSYMBOL_VERSION SUNW_1.1 {
27*12720SWyllys.Ingersoll@Sun.COM    global:
28*12720SWyllys.Ingersoll@Sun.COM	C_CancelFunction;
29*12720SWyllys.Ingersoll@Sun.COM	C_CloseAllSessions;
30*12720SWyllys.Ingersoll@Sun.COM	C_CloseSession;
31*12720SWyllys.Ingersoll@Sun.COM	C_CopyObject;
32*12720SWyllys.Ingersoll@Sun.COM	C_CreateObject;
33*12720SWyllys.Ingersoll@Sun.COM	C_Decrypt;
34*12720SWyllys.Ingersoll@Sun.COM	C_DecryptDigestUpdate;
35*12720SWyllys.Ingersoll@Sun.COM	C_DecryptFinal;
36*12720SWyllys.Ingersoll@Sun.COM	C_DecryptInit;
37*12720SWyllys.Ingersoll@Sun.COM	C_DecryptUpdate;
38*12720SWyllys.Ingersoll@Sun.COM	C_DecryptVerifyUpdate;
39*12720SWyllys.Ingersoll@Sun.COM	C_DeriveKey;
40*12720SWyllys.Ingersoll@Sun.COM	C_DestroyObject;
41*12720SWyllys.Ingersoll@Sun.COM	C_Digest;
42*12720SWyllys.Ingersoll@Sun.COM	C_DigestEncryptUpdate;
43*12720SWyllys.Ingersoll@Sun.COM	C_DigestFinal;
44*12720SWyllys.Ingersoll@Sun.COM	C_DigestInit;
45*12720SWyllys.Ingersoll@Sun.COM	C_DigestKey;
46*12720SWyllys.Ingersoll@Sun.COM	C_DigestUpdate;
47*12720SWyllys.Ingersoll@Sun.COM	C_Encrypt;
48*12720SWyllys.Ingersoll@Sun.COM	C_EncryptFinal;
49*12720SWyllys.Ingersoll@Sun.COM	C_EncryptInit;
50*12720SWyllys.Ingersoll@Sun.COM	C_EncryptUpdate;
51*12720SWyllys.Ingersoll@Sun.COM	C_Finalize;
52*12720SWyllys.Ingersoll@Sun.COM	C_FindObjects;
53*12720SWyllys.Ingersoll@Sun.COM	C_FindObjectsFinal;
54*12720SWyllys.Ingersoll@Sun.COM	C_FindObjectsInit;
55*12720SWyllys.Ingersoll@Sun.COM	C_GenerateKey;
56*12720SWyllys.Ingersoll@Sun.COM	C_GenerateKeyPair;
57*12720SWyllys.Ingersoll@Sun.COM	C_GenerateRandom;
58*12720SWyllys.Ingersoll@Sun.COM	C_GetAttributeValue;
59*12720SWyllys.Ingersoll@Sun.COM	C_GetFunctionList;
60*12720SWyllys.Ingersoll@Sun.COM	C_GetFunctionStatus;
61*12720SWyllys.Ingersoll@Sun.COM	C_GetInfo;
62*12720SWyllys.Ingersoll@Sun.COM	C_GetMechanismInfo;
63*12720SWyllys.Ingersoll@Sun.COM	C_GetMechanismList;
64*12720SWyllys.Ingersoll@Sun.COM	C_GetObjectSize;
65*12720SWyllys.Ingersoll@Sun.COM	C_GetOperationState;
66*12720SWyllys.Ingersoll@Sun.COM	C_GetSessionInfo;
67*12720SWyllys.Ingersoll@Sun.COM	C_GetSlotInfo;
68*12720SWyllys.Ingersoll@Sun.COM	C_GetSlotList;
69*12720SWyllys.Ingersoll@Sun.COM	C_GetTokenInfo;
70*12720SWyllys.Ingersoll@Sun.COM	C_Initialize;
71*12720SWyllys.Ingersoll@Sun.COM	C_InitPIN;
72*12720SWyllys.Ingersoll@Sun.COM	C_InitToken;
73*12720SWyllys.Ingersoll@Sun.COM	C_Login;
74*12720SWyllys.Ingersoll@Sun.COM	C_Logout;
75*12720SWyllys.Ingersoll@Sun.COM	C_OpenSession;
76*12720SWyllys.Ingersoll@Sun.COM	C_SeedRandom;
77*12720SWyllys.Ingersoll@Sun.COM	C_SetAttributeValue;
78*12720SWyllys.Ingersoll@Sun.COM	C_SetOperationState;
79*12720SWyllys.Ingersoll@Sun.COM	C_SetPIN;
80*12720SWyllys.Ingersoll@Sun.COM	C_Sign;
81*12720SWyllys.Ingersoll@Sun.COM	C_SignEncryptUpdate;
82*12720SWyllys.Ingersoll@Sun.COM	C_SignFinal;
83*12720SWyllys.Ingersoll@Sun.COM	C_SignInit;
84*12720SWyllys.Ingersoll@Sun.COM	C_SignRecover;
85*12720SWyllys.Ingersoll@Sun.COM	C_SignRecoverInit;
86*12720SWyllys.Ingersoll@Sun.COM	C_SignUpdate;
87*12720SWyllys.Ingersoll@Sun.COM	C_UnwrapKey;
88*12720SWyllys.Ingersoll@Sun.COM	C_Verify;
89*12720SWyllys.Ingersoll@Sun.COM	C_VerifyFinal;
90*12720SWyllys.Ingersoll@Sun.COM	C_VerifyInit;
91*12720SWyllys.Ingersoll@Sun.COM	C_VerifyRecover;
92*12720SWyllys.Ingersoll@Sun.COM	C_VerifyRecoverInit;
93*12720SWyllys.Ingersoll@Sun.COM	C_VerifyUpdate;
94*12720SWyllys.Ingersoll@Sun.COM	C_WaitForSlotEvent;
95*12720SWyllys.Ingersoll@Sun.COM	C_WrapKey;
96*12720SWyllys.Ingersoll@Sun.COM   local:
97*12720SWyllys.Ingersoll@Sun.COM       *;
98*12720SWyllys.Ingersoll@Sun.COM};
99