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*6145Sdinak# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 252522Sraf# ident "%Z%%M% %I% %E% SMI" 262522Sraf# 272522Sraf 282522SrafSUNW_1.1 { 292522Sraf global: 302522Sraf C_CancelFunction; 312522Sraf C_CloseAllSessions; 322522Sraf C_CloseSession; 332522Sraf C_CopyObject; 342522Sraf C_CreateObject; 352522Sraf C_Decrypt; 362522Sraf C_DecryptDigestUpdate; 372522Sraf C_DecryptFinal; 382522Sraf C_DecryptInit; 392522Sraf C_DecryptUpdate; 402522Sraf C_DecryptVerifyUpdate; 412522Sraf C_DeriveKey; 422522Sraf C_DestroyObject; 432522Sraf C_Digest; 442522Sraf C_DigestEncryptUpdate; 452522Sraf C_DigestFinal; 462522Sraf C_DigestInit; 472522Sraf C_DigestKey; 482522Sraf C_DigestUpdate; 492522Sraf C_Encrypt; 502522Sraf C_EncryptFinal; 512522Sraf C_EncryptInit; 522522Sraf C_EncryptUpdate; 532522Sraf C_Finalize; 542522Sraf C_FindObjects; 552522Sraf C_FindObjectsFinal; 562522Sraf C_FindObjectsInit; 572522Sraf C_GenerateKey; 582522Sraf C_GenerateKeyPair; 592522Sraf C_GenerateRandom; 602522Sraf C_GetAttributeValue; 612522Sraf C_GetFunctionList; 622522Sraf C_GetFunctionStatus; 632522Sraf C_GetInfo; 642522Sraf C_GetMechanismInfo; 652522Sraf C_GetMechanismList; 662522Sraf C_GetObjectSize; 672522Sraf C_GetOperationState; 682522Sraf C_GetSessionInfo; 692522Sraf C_GetSlotInfo; 702522Sraf C_GetSlotList; 712522Sraf C_GetTokenInfo; 722522Sraf C_Initialize; 732522Sraf C_InitPIN; 742522Sraf C_InitToken; 752522Sraf C_Login; 762522Sraf C_Logout; 772522Sraf C_OpenSession; 782522Sraf C_SeedRandom; 792522Sraf C_SetAttributeValue; 802522Sraf C_SetOperationState; 812522Sraf C_SetPIN; 822522Sraf C_Sign; 832522Sraf C_SignEncryptUpdate; 842522Sraf C_SignFinal; 852522Sraf C_SignInit; 862522Sraf C_SignRecover; 872522Sraf C_SignRecoverInit; 882522Sraf C_SignUpdate; 892522Sraf C_UnwrapKey; 902522Sraf C_Verify; 912522Sraf C_VerifyFinal; 922522Sraf C_VerifyInit; 932522Sraf C_VerifyRecover; 942522Sraf C_VerifyRecoverInit; 952522Sraf C_VerifyUpdate; 962522Sraf C_WaitForSlotEvent; 972522Sraf C_WrapKey; 982522Sraf SUNW_C_GetMechSession; 992522Sraf SUNW_C_KeyToObject; 1002522Sraf local: 1012522Sraf *; 1022522Sraf}; 1035252Sdinak 1045252SdinakSUNWprivate { 1055252Sdinak global: 106*6145Sdinak pkcs11_GetCriteriaSession; 1075252Sdinak pkcs11_ObjectToKey; 1085252Sdinak pkcs11_PasswdToPBKD2Object; 1095252Sdinak pkcs11_PasswdToKey; 1105252Sdinak local: 1115252Sdinak *; 1125252Sdinak}; 113