199ebb4caSwyllys#
299ebb4caSwyllys# CDDL HEADER START
399ebb4caSwyllys#
499ebb4caSwyllys# The contents of this file are subject to the terms of the
599ebb4caSwyllys# Common Development and Distribution License (the "License").
699ebb4caSwyllys# You may not use this file except in compliance with the License.
799ebb4caSwyllys#
899ebb4caSwyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
999ebb4caSwyllys# or http://www.opensolaris.org/os/licensing.
1099ebb4caSwyllys# See the License for the specific language governing permissions
1199ebb4caSwyllys# and limitations under the License.
1299ebb4caSwyllys#
1399ebb4caSwyllys# When distributing Covered Code, include this CDDL HEADER in each
1499ebb4caSwyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1599ebb4caSwyllys# If applicable, add the following below this CDDL HEADER, with the
1699ebb4caSwyllys# fields enclosed by brackets "[]" replaced with your own identifying
1799ebb4caSwyllys# information: Portions Copyright [yyyy] [name of copyright owner]
1899ebb4caSwyllys#
1999ebb4caSwyllys# CDDL HEADER END
2099ebb4caSwyllys#
2199ebb4caSwyllys#
22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2399ebb4caSwyllys#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
3799ebb4caSwyllys#
3899ebb4caSwyllys
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
4299ebb4caSwyllys    global:
4399ebb4caSwyllys	KMF_Plugin_Initialize;
4499ebb4caSwyllys        KMFPK11_CreateKeypair;
4599ebb4caSwyllys        KMFPK11_CreateSymKey;
4630a5e8faSwyllys        KMFPK11_DecryptData;
4730a5e8faSwyllys        KMFPK11_DeleteCert;
4830a5e8faSwyllys        KMFPK11_DeleteKey;
4930a5e8faSwyllys        KMFPK11_EncodePubKeyData;
5030a5e8faSwyllys        KMFPK11_ExportPK12;
5130a5e8faSwyllys        KMFPK11_FindCert;
5230a5e8faSwyllys        KMFPK11_FindKey;
5330a5e8faSwyllys        KMFPK11_FindPrikeyByCert;
5430a5e8faSwyllys        KMFPK11_FreeKMFCert;
5530a5e8faSwyllys        KMFPK11_GetErrorString;
5699ebb4caSwyllys        KMFPK11_GetSymKeyValue;
5730a5e8faSwyllys        KMFPK11_ImportCert;
5899ebb4caSwyllys        KMFPK11_SetTokenPin;
5930a5e8faSwyllys        KMFPK11_SignData;
6030a5e8faSwyllys        KMFPK11_StoreCert;
6130a5e8faSwyllys        KMFPK11_StoreKey;
6299ebb4caSwyllys    local:
6399ebb4caSwyllys	*;
6499ebb4caSwyllys};
65