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#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28SUNW_1.1 {
29    global:
30	C_CancelFunction;
31	C_CloseAllSessions;
32	C_CloseSession;
33	C_CopyObject;
34	C_CreateObject;
35	C_Decrypt;
36	C_DecryptDigestUpdate;
37	C_DecryptFinal;
38	C_DecryptInit;
39	C_DecryptUpdate;
40	C_DecryptVerifyUpdate;
41	C_DeriveKey;
42	C_DestroyObject;
43	C_Digest;
44	C_DigestEncryptUpdate;
45	C_DigestFinal;
46	C_DigestInit;
47	C_DigestKey;
48	C_DigestUpdate;
49	C_Encrypt;
50	C_EncryptFinal;
51	C_EncryptInit;
52	C_EncryptUpdate;
53	C_Finalize;
54	C_FindObjects;
55	C_FindObjectsFinal;
56	C_FindObjectsInit;
57	C_GenerateKey;
58	C_GenerateKeyPair;
59	C_GenerateRandom;
60	C_GetAttributeValue;
61	C_GetFunctionList;
62	C_GetFunctionStatus;
63	C_GetInfo;
64	C_GetMechanismInfo;
65	C_GetMechanismList;
66	C_GetObjectSize;
67	C_GetOperationState;
68	C_GetSessionInfo;
69	C_GetSlotInfo;
70	C_GetSlotList;
71	C_GetTokenInfo;
72	C_Initialize;
73	C_InitPIN;
74	C_InitToken;
75	C_Login;
76	C_Logout;
77	C_OpenSession;
78	C_SeedRandom;
79	C_SetAttributeValue;
80	C_SetOperationState;
81	C_SetPIN;
82	C_Sign;
83	C_SignEncryptUpdate;
84	C_SignFinal;
85	C_SignInit;
86	C_SignRecover;
87	C_SignRecoverInit;
88	C_SignUpdate;
89	C_UnwrapKey;
90	C_Verify;
91	C_VerifyFinal;
92	C_VerifyInit;
93	C_VerifyRecover;
94	C_VerifyRecoverInit;
95	C_VerifyUpdate;
96	C_WaitForSlotEvent;
97	C_WrapKey;
98    local:
99	*;
100};
101