147e946e7SWyllys Ingersoll# 247e946e7SWyllys Ingersoll# CDDL HEADER START 347e946e7SWyllys Ingersoll# 447e946e7SWyllys Ingersoll# The contents of this file are subject to the terms of the 547e946e7SWyllys Ingersoll# Common Development and Distribution License (the "License"). 647e946e7SWyllys Ingersoll# You may not use this file except in compliance with the License. 747e946e7SWyllys Ingersoll# 847e946e7SWyllys Ingersoll# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 947e946e7SWyllys Ingersoll# or http://www.opensolaris.org/os/licensing. 1047e946e7SWyllys Ingersoll# See the License for the specific language governing permissions 1147e946e7SWyllys Ingersoll# and limitations under the License. 1247e946e7SWyllys Ingersoll# 1347e946e7SWyllys Ingersoll# When distributing Covered Code, include this CDDL HEADER in each 1447e946e7SWyllys Ingersoll# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1547e946e7SWyllys Ingersoll# If applicable, add the following below this CDDL HEADER, with the 1647e946e7SWyllys Ingersoll# fields enclosed by brackets "[]" replaced with your own identifying 1747e946e7SWyllys Ingersoll# information: Portions Copyright [yyyy] [name of copyright owner] 1847e946e7SWyllys Ingersoll# 1947e946e7SWyllys Ingersoll# CDDL HEADER END 2047e946e7SWyllys Ingersoll# 21*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 2247e946e7SWyllys Ingersoll# 2347e946e7SWyllys Ingersoll# MAPFILE HEADER START 2447e946e7SWyllys Ingersoll# 2547e946e7SWyllys Ingersoll# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 2647e946e7SWyllys Ingersoll# Object versioning must comply with the rules detailed in 2747e946e7SWyllys Ingersoll# 2847e946e7SWyllys Ingersoll# usr/src/lib/README.mapfiles 2947e946e7SWyllys Ingersoll# 3047e946e7SWyllys Ingersoll# You should not be making modifications here until you've read the most current 3147e946e7SWyllys Ingersoll# copy of that file. If you need help, contact a gatekeeper for guidance. 3247e946e7SWyllys Ingersoll# 3347e946e7SWyllys Ingersoll# MAPFILE HEADER END 3447e946e7SWyllys Ingersoll# 3547e946e7SWyllys Ingersoll 36*cd3e9333SAli Bahrami$mapfile_version 2 37*cd3e9333SAli Bahrami 38*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 3947e946e7SWyllys Ingersoll global: 4047e946e7SWyllys Ingersoll C_CancelFunction; 4147e946e7SWyllys Ingersoll C_CloseAllSessions; 4247e946e7SWyllys Ingersoll C_CloseSession; 4347e946e7SWyllys Ingersoll C_CopyObject; 4447e946e7SWyllys Ingersoll C_CreateObject; 4547e946e7SWyllys Ingersoll C_Decrypt; 4647e946e7SWyllys Ingersoll C_DecryptDigestUpdate; 4747e946e7SWyllys Ingersoll C_DecryptFinal; 4847e946e7SWyllys Ingersoll C_DecryptInit; 4947e946e7SWyllys Ingersoll C_DecryptUpdate; 5047e946e7SWyllys Ingersoll C_DecryptVerifyUpdate; 5147e946e7SWyllys Ingersoll C_DeriveKey; 5247e946e7SWyllys Ingersoll C_DestroyObject; 5347e946e7SWyllys Ingersoll C_Digest; 5447e946e7SWyllys Ingersoll C_DigestEncryptUpdate; 5547e946e7SWyllys Ingersoll C_DigestFinal; 5647e946e7SWyllys Ingersoll C_DigestInit; 5747e946e7SWyllys Ingersoll C_DigestKey; 5847e946e7SWyllys Ingersoll C_DigestUpdate; 5947e946e7SWyllys Ingersoll C_Encrypt; 6047e946e7SWyllys Ingersoll C_EncryptFinal; 6147e946e7SWyllys Ingersoll C_EncryptInit; 6247e946e7SWyllys Ingersoll C_EncryptUpdate; 6347e946e7SWyllys Ingersoll C_Finalize; 6447e946e7SWyllys Ingersoll C_FindObjects; 6547e946e7SWyllys Ingersoll C_FindObjectsFinal; 6647e946e7SWyllys Ingersoll C_FindObjectsInit; 6747e946e7SWyllys Ingersoll C_GenerateKey; 6847e946e7SWyllys Ingersoll C_GenerateKeyPair; 6947e946e7SWyllys Ingersoll C_GenerateRandom; 7047e946e7SWyllys Ingersoll C_GetAttributeValue; 7147e946e7SWyllys Ingersoll C_GetFunctionList; 7247e946e7SWyllys Ingersoll C_GetFunctionStatus; 7347e946e7SWyllys Ingersoll C_GetInfo; 7447e946e7SWyllys Ingersoll C_GetMechanismInfo; 7547e946e7SWyllys Ingersoll C_GetMechanismList; 7647e946e7SWyllys Ingersoll C_GetObjectSize; 7747e946e7SWyllys Ingersoll C_GetOperationState; 7847e946e7SWyllys Ingersoll C_GetSessionInfo; 7947e946e7SWyllys Ingersoll C_GetSlotInfo; 8047e946e7SWyllys Ingersoll C_GetSlotList; 8147e946e7SWyllys Ingersoll C_GetTokenInfo; 8247e946e7SWyllys Ingersoll C_Initialize; 8347e946e7SWyllys Ingersoll C_InitPIN; 8447e946e7SWyllys Ingersoll C_InitToken; 8547e946e7SWyllys Ingersoll C_Login; 8647e946e7SWyllys Ingersoll C_Logout; 8747e946e7SWyllys Ingersoll C_OpenSession; 8847e946e7SWyllys Ingersoll C_SeedRandom; 8947e946e7SWyllys Ingersoll C_SetAttributeValue; 9047e946e7SWyllys Ingersoll C_SetOperationState; 9147e946e7SWyllys Ingersoll C_SetPIN; 9247e946e7SWyllys Ingersoll C_Sign; 9347e946e7SWyllys Ingersoll C_SignEncryptUpdate; 9447e946e7SWyllys Ingersoll C_SignFinal; 9547e946e7SWyllys Ingersoll C_SignInit; 9647e946e7SWyllys Ingersoll C_SignRecover; 9747e946e7SWyllys Ingersoll C_SignRecoverInit; 9847e946e7SWyllys Ingersoll C_SignUpdate; 9947e946e7SWyllys Ingersoll C_UnwrapKey; 10047e946e7SWyllys Ingersoll C_Verify; 10147e946e7SWyllys Ingersoll C_VerifyFinal; 10247e946e7SWyllys Ingersoll C_VerifyInit; 10347e946e7SWyllys Ingersoll C_VerifyRecover; 10447e946e7SWyllys Ingersoll C_VerifyRecoverInit; 10547e946e7SWyllys Ingersoll C_VerifyUpdate; 10647e946e7SWyllys Ingersoll C_WaitForSlotEvent; 10747e946e7SWyllys Ingersoll C_WrapKey; 10847e946e7SWyllys Ingersoll local: 10947e946e7SWyllys Ingersoll *; 11047e946e7SWyllys Ingersoll}; 111