xref: /illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
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        NSS_CreateKeypair;
4599ebb4caSwyllys        NSS_CreateSymKey;
4630a5e8faSwyllys        NSS_DecryptData;
4730a5e8faSwyllys        NSS_DeleteCRL;
4830a5e8faSwyllys        NSS_DeleteCert;
4930a5e8faSwyllys        NSS_DeleteKey;
5030a5e8faSwyllys        NSS_EncodePubKeyData;
5130a5e8faSwyllys        NSS_ExportPK12;
5230a5e8faSwyllys        NSS_FindCRL;
5330a5e8faSwyllys        NSS_FindCert;
5430a5e8faSwyllys        NSS_FindCertInCRL;
5530a5e8faSwyllys        NSS_FindKey;
5630a5e8faSwyllys	NSS_FindPrikeyByCert;
5730a5e8faSwyllys        NSS_FreeKMFCert;
5830a5e8faSwyllys        NSS_GetErrorString;
5999ebb4caSwyllys        NSS_GetSymKeyValue;
6030a5e8faSwyllys        NSS_ImportCRL;
6130a5e8faSwyllys        NSS_ImportCert;
6299ebb4caSwyllys        NSS_SetTokenPin;
6330a5e8faSwyllys        NSS_SignData;
6430a5e8faSwyllys        NSS_StoreCert;
6530a5e8faSwyllys        NSS_StoreKey;
6699ebb4caSwyllys    local:
6799ebb4caSwyllys	*;
6899ebb4caSwyllys};
69