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