mapfile-vers revision 71269a2275bf5a143dad6461eee2710a344e7261
1766N/A#
1766N/A# CDDL HEADER START
1766N/A#
1766N/A# The contents of this file are subject to the terms of the
1766N/A# Common Development and Distribution License (the "License").
1766N/A# You may not use this file except in compliance with the License.
1766N/A#
1766N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1766N/A# or http://www.opensolaris.org/os/licensing.
1766N/A# See the License for the specific language governing permissions
1766N/A# and limitations under the License.
1766N/A#
1766N/A# When distributing Covered Code, include this CDDL HEADER in each
1766N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1766N/A# If applicable, add the following below this CDDL HEADER, with the
1766N/A# fields enclosed by brackets "[]" replaced with your own identifying
1766N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1766N/A#
1766N/A# CDDL HEADER END
1766N/A#
1766N/A#
1766N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2899N/A# Use is subject to license terms.
1766N/A#
1766N/A
1766N/ASUNWprivate {
1766N/A global:
1766N/A aes_alloc_keysched;
1766N/A aes_decrypt_contiguous_blocks;
1766N/A aes_decrypt_block;
1766N/A aes_encrypt_contiguous_blocks;
1766N/A aes_encrypt_block;
1766N/A aes_init_keysched;
1766N/A arcfour_crypt;
1766N/A arcfour_key_init;
2899N/A conv_d16_to_i32;
2899N/A conv_i32_to_d32;
2899N/A conv_i32_to_d16;
1766N/A conv_i32_to_d32_and_d16;
1766N/A mont_mulf_noconv;
1766N/A des3_crunch_block;
1766N/A des_alloc_keysched;
1766N/A des_crunch_block;
1766N/A des_init_keysched;
1766N/A des_keycheck;
1766N/A local:
1766N/A *;
1766N/A};
1766N/A
1766N/A