xref: /onnv-gate/usr/src/lib/libkmf/plugins/kmf_nss/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        NSS_CreateKeypair;
455051Swyllys        NSS_CreateSymKey;
465051Swyllys        NSS_DecryptData;
475051Swyllys        NSS_DeleteCRL;
485051Swyllys        NSS_DeleteCert;
495051Swyllys        NSS_DeleteKey;
505051Swyllys        NSS_EncodePubKeyData;
515051Swyllys        NSS_ExportPK12;
525051Swyllys        NSS_FindCRL;
535051Swyllys        NSS_FindCert;
545051Swyllys        NSS_FindCertInCRL;
555051Swyllys        NSS_FindKey;
565051Swyllys	NSS_FindPrikeyByCert;
575051Swyllys        NSS_FreeKMFCert;
585051Swyllys        NSS_GetErrorString;
595051Swyllys        NSS_GetSymKeyValue;
605051Swyllys        NSS_ImportCRL;
615051Swyllys        NSS_ImportCert;
625051Swyllys        NSS_SetTokenPin;
635051Swyllys        NSS_SignData;
645051Swyllys        NSS_StoreCert;
655051Swyllys        NSS_StoreKey;
663089Swyllys    local:
673089Swyllys	*;
683089Swyllys};
69