xref: /onnv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/mapfile-vers (revision 12692:4341b447c069)
13089Swyllys#
23089Swyllys# CDDL HEADER START
33089Swyllys#
43089Swyllys# The contents of this file are subject to the terms of the
53089Swyllys# Common Development and Distribution License (the "License").
63089Swyllys# You may not use this file except in compliance with the License.
73089Swyllys#
83089Swyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93089Swyllys# or http://www.opensolaris.org/os/licensing.
103089Swyllys# See the License for the specific language governing permissions
113089Swyllys# and limitations under the License.
123089Swyllys#
133089Swyllys# When distributing Covered Code, include this CDDL HEADER in each
143089Swyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153089Swyllys# If applicable, add the following below this CDDL HEADER, with the
163089Swyllys# fields enclosed by brackets "[]" replaced with your own identifying
173089Swyllys# information: Portions Copyright [yyyy] [name of copyright owner]
183089Swyllys#
193089Swyllys# CDDL HEADER END
203089Swyllys#
213089Swyllys#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
233089Swyllys#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
373089Swyllys#
383089Swyllys
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
423089Swyllys    global:
433089Swyllys	KMF_Plugin_Initialize;
445051Swyllys        KMFPK11_CreateKeypair;
455051Swyllys        KMFPK11_CreateSymKey;
465051Swyllys        KMFPK11_DecryptData;
475051Swyllys        KMFPK11_DeleteCert;
485051Swyllys        KMFPK11_DeleteKey;
495051Swyllys        KMFPK11_EncodePubKeyData;
505051Swyllys        KMFPK11_ExportPK12;
515051Swyllys        KMFPK11_FindCert;
525051Swyllys        KMFPK11_FindKey;
535051Swyllys        KMFPK11_FindPrikeyByCert;
545051Swyllys        KMFPK11_FreeKMFCert;
555051Swyllys        KMFPK11_GetErrorString;
565051Swyllys        KMFPK11_GetSymKeyValue;
575051Swyllys        KMFPK11_ImportCert;
585051Swyllys        KMFPK11_SetTokenPin;
595051Swyllys        KMFPK11_SignData;
605051Swyllys        KMFPK11_StoreCert;
615051Swyllys        KMFPK11_StoreKey;
623089Swyllys    local:
633089Swyllys	*;
643089Swyllys};
65