mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
9725N/A#
9725N/A# CDDL HEADER START
9725N/A#
9725N/A# The contents of this file are subject to the terms of the
9725N/A# Common Development and Distribution License (the "License").
9725N/A# You may not use this file except in compliance with the License.
9725N/A#
9725N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9725N/A# or http://www.opensolaris.org/os/licensing.
9725N/A# See the License for the specific language governing permissions
9725N/A# and limitations under the License.
9725N/A#
9725N/A# When distributing Covered Code, include this CDDL HEADER in each
9725N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9725N/A# If applicable, add the following below this CDDL HEADER, with the
9725N/A# fields enclosed by brackets "[]" replaced with your own identifying
9725N/A# information: Portions Copyright [yyyy] [name of copyright owner]
9725N/A#
9725N/A# CDDL HEADER END
9725N/A#
9725N/A
9725N/A#
9725N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
9725N/A#
9725N/A
9725N/A#
9725N/A# MAPFILE HEADER START
12285N/A#
9725N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
9725N/A# Object versioning must comply with the rules detailed in
9725N/A#
9725N/A# usr/src/lib/README.mapfiles
9725N/A#
9725N/A# You should not be making modifications here until you've read the most current
12285N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
9725N/A#
11168N/A# MAPFILE HEADER END
9725N/A#
12605N/A
12605N/A
12605N/A$mapfile_version 2
12605N/A
12605N/ASYMBOL_VERSION SUNWprivate {
12605N/A global:
12605N/A aes_alloc_keysched;
12605N/A aes_copy_block;
12605N/A aes_decrypt_block;
12605N/A aes_decrypt_contiguous_blocks;
12605N/A aes_encrypt_block;
12605N/A aes_encrypt_contiguous_blocks;
12605N/A aes_init_keysched;
12605N/A arcfour_crypt;
12605N/A arcfour_key_init;
12605N/A big_One;
12605N/A big_Two;
12605N/A big_add;
12605N/A big_bitlength;
12605N/A big_cmp_abs;
12605N/A big_copy;
12605N/A big_div_pos;
12605N/A big_ext_gcd_pos;
12605N/A big_extend;
12605N/A big_finish;
12605N/A big_init1;
12605N/A big_init;
12605N/A big_modexp;
12605N/A big_modexp_crt;
12605N/A big_mul;
12605N/A big_nextprime_pos;
12605N/A big_random;
12605N/A big_sub;
12605N/A big_sub_pos;
12605N/A bignum2bytestring;
12605N/A blowfish_alloc_keysched;
12605N/A blowfish_decrypt_contiguous_blocks;
12605N/A blowfish_encrypt_contiguous_blocks;
12605N/A blowfish_init_keysched;
12605N/A bytestring2bignum;
12605N/A ctr_mode_final;
12605N/A ctr_init_ctx;
12605N/A des3_crunch_block;
12605N/A des_alloc_keysched;
12605N/A des_crunch_block;
12605N/A des_decrypt_contiguous_blocks;
12605N/A des_encrypt_contiguous_blocks;
12605N/A des_init_keysched;
12605N/A des_keycheck;
12605N/A dh_genkey_pair;
12605N/A dh_key_derive;
12605N/A dsa_genkey_pair;
12605N/A dsa_sign;
12605N/A dsa_verify;
12605N/A pkcs1_decode;
12605N/A pkcs1_encode;
12605N/A pkcs7_decode;
12605N/A pkcs7_encode;
12605N/A rsa_decrypt;
12605N/A rsa_encrypt;
12605N/A rsa_genkey_pair;
12605N/A DEFAULT_PUB_EXPO;
12605N/A MD5_DER_PREFIX;
12605N/A SHA1_DER_PREFIX;
12605N/A SHA1_DER_PREFIX_OID;
12605N/A SHA256_DER_PREFIX;
12605N/A SHA384_DER_PREFIX;
12605N/A SHA512_DER_PREFIX;
12605N/A local:
12605N/A *;
12605N/A};
12605N/A