mapfile-vers revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
1191N/A#
1191N/A# CDDL HEADER START
1191N/A#
1191N/A# The contents of this file are subject to the terms of the
1191N/A# Common Development and Distribution License (the "License").
1191N/A# You may not use this file except in compliance with the License.
1191N/A#
1191N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1191N/A# or http://www.opensolaris.org/os/licensing.
1191N/A# See the License for the specific language governing permissions
1191N/A# and limitations under the License.
1191N/A#
1191N/A# When distributing Covered Code, include this CDDL HEADER in each
1191N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1191N/A# If applicable, add the following below this CDDL HEADER, with the
1191N/A# fields enclosed by brackets "[]" replaced with your own identifying
1191N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1191N/A#
1191N/A# CDDL HEADER END
1191N/A#
1191N/A#
1191N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1191N/A# Use is subject to license terms.
3329N/A#
1191N/A
1191N/A#
1895N/A# MAPFILE HEADER START
1895N/A#
1191N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
3234N/A# Object versioning must comply with the rules detailed in
2028N/A#
3234N/A# usr/src/lib/README.mapfiles
1991N/A#
3234N/A# You should not be making modifications here until you've read the most current
3234N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
3234N/A#
3339N/A# MAPFILE HEADER END
3234N/A#
3234N/A
3234N/ASUNW_1.1 {
1191N/A global:
1895N/A C_CancelFunction;
1895N/A C_CloseAllSessions;
1895N/A C_CloseSession;
2701N/A C_CopyObject;
1191N/A C_CreateObject;
1968N/A C_Decrypt;
2219N/A C_DecryptDigestUpdate;
1895N/A C_DecryptFinal;
1895N/A C_DecryptInit;
1191N/A C_DecryptUpdate;
3381N/A C_DecryptVerifyUpdate;
1895N/A C_DeriveKey;
1191N/A C_DestroyObject;
1191N/A C_Digest;
1191N/A C_DigestEncryptUpdate;
1191N/A C_DigestFinal;
1191N/A C_DigestInit;
1191N/A C_DigestKey;
2028N/A C_DigestUpdate;
1191N/A C_Encrypt;
1191N/A C_EncryptFinal;
1191N/A C_EncryptInit;
1191N/A C_EncryptUpdate;
1895N/A C_Finalize;
2028N/A C_FindObjects;
1895N/A C_FindObjectsFinal;
1895N/A C_FindObjectsInit;
1895N/A C_GenerateKey;
1895N/A C_GenerateKeyPair;
1895N/A C_GenerateRandom;
1895N/A C_GetAttributeValue;
2011N/A C_GetFunctionList;
2011N/A C_GetFunctionStatus;
2011N/A C_GetInfo;
2011N/A C_GetMechanismInfo;
1895N/A C_GetMechanismList;
1895N/A C_GetObjectSize;
1895N/A C_GetOperationState;
2028N/A C_GetSessionInfo;
1895N/A C_GetSlotInfo;
1895N/A C_GetSlotList;
1191N/A C_GetTokenInfo;
1191N/A C_Initialize;
1191N/A C_InitPIN;
2028N/A C_InitToken;
1191N/A C_Login;
1191N/A C_Logout;
1191N/A C_OpenSession;
1191N/A C_SeedRandom;
1191N/A C_SetAttributeValue;
1191N/A C_SetOperationState;
1191N/A C_SetPIN;
2028N/A C_Sign;
1895N/A C_SignEncryptUpdate;
1895N/A C_SignFinal;
1895N/A C_SignInit;
1895N/A C_SignRecover;
1895N/A C_SignRecoverInit;
1895N/A C_SignUpdate;
2028N/A C_UnwrapKey;
1895N/A C_Verify;
1895N/A C_VerifyFinal;
1895N/A C_VerifyInit;
1895N/A C_VerifyRecover;
1895N/A C_VerifyRecoverInit;
1895N/A C_VerifyUpdate;
1895N/A C_WaitForSlotEvent;
1895N/A C_WrapKey;
1895N/A SUNW_C_GetMechSession;
1895N/A SUNW_C_KeyToObject;
1895N/A local:
1895N/A *;
1895N/A};
2028N/A
2028N/ASUNWprivate {
2028N/A global:
2028N/A pkcs11_GetCriteriaSession;
2028N/A pkcs11_ObjectToKey;
1191N/A pkcs11_PasswdToPBKD2Object;
1191N/A pkcs11_PasswdToKey;
1191N/A local:
1191N/A *;
1191N/A};
2701N/A