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