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