mapfile-vers revision 71593db26bb6ef7b739cffe06d53bf990cac112c
6643N/A#
6643N/A# CDDL HEADER START
6643N/A#
6643N/A# The contents of this file are subject to the terms of the
6643N/A# Common Development and Distribution License (the "License").
6643N/A# You may not use this file except in compliance with the License.
6643N/A#
6643N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6643N/A# or http://www.opensolaris.org/os/licensing.
6643N/A# See the License for the specific language governing permissions
6643N/A# and limitations under the License.
6643N/A#
6643N/A# When distributing Covered Code, include this CDDL HEADER in each
6643N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6643N/A# If applicable, add the following below this CDDL HEADER, with the
6643N/A# fields enclosed by brackets "[]" replaced with your own identifying
6643N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6643N/A#
6643N/A# CDDL HEADER END
6643N/A#
6643N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
6643N/A# Use is subject to license terms.
6643N/A#
6643N/A# ident "%Z%%M% %I% %E% SMI"
6643N/A#
6643N/A
6643N/ASUNWprivate_1.1 {
6643N/A global:
6643N/A KMF_Plugin_Initialize;
6643N/A OpenSSL_CertGetPrintable;
6643N/A OpenSSL_CheckCRLDate;
6643N/A OpenSSL_CreateKeypair;
6643N/A OpenSSL_CreateOCSPRequest;
6643N/A OpenSSL_CreateSymKey;
6643N/A OpenSSL_DecryptData;
6643N/A OpenSSL_DeleteCRL;
6643N/A OpenSSL_DeleteCert;
6643N/A OpenSSL_DeleteKey;
6643N/A OpenSSL_EncodePubKeyData;
6643N/A OpenSSL_ExportP12;
6643N/A OpenSSL_FindCert;
6643N/A OpenSSL_FindCertInCRL;
6643N/A OpenSSL_FindKey;
6643N/A OpenSSL_FreeKMFCert;
6643N/A OpenSSL_GetErrorString;
6643N/A OpenSSL_GetOCSPStatusForCert;
6643N/A OpenSSL_GetPrikeyByCert;
6643N/A OpenSSL_GetSymKeyValue;
6643N/A OpenSSL_ImportCRL;
6643N/A OpenSSL_IsCRLFile;
6643N/A OpenSSL_IsCertFile;
6643N/A OpenSSL_ListCRL;
6643N/A OpenSSL_SignData;
6643N/A OpenSSL_StoreCert;
6643N/A OpenSSL_StorePrivateKey;
6643N/A OpenSSL_VerifyCRLFile;
6643N/A openssl_read_pkcs12;
6643N/A openssl_import_keypair;
6643N/A local:
6643N/A *;
6643N/A};
6643N/A