mapfile-vers revision 71269a2275bf5a143dad6461eee2710a344e7261
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER START
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
441d80aa4f613b6298fc8bd3151f4be02dbf84fclling# Common Development and Distribution License (the "License").
441d80aa4f613b6298fc8bd3151f4be02dbf84fclling# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER END
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
6949a980ded6490cd1bcf4a93a1d074d46d9a6c1marks# Use is subject to license terms.
fa9e4066f08beec538e775443c5be79dd423fcabahrensSUNWprivate {
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_alloc_keysched;
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_copy_block;
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_decrypt_block;
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_decrypt_contiguous_blocks;
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_encrypt_block;
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_encrypt_contiguous_blocks;
fa9e4066f08beec538e775443c5be79dd423fcabahrens aes_init_keysched;
fa9e4066f08beec538e775443c5be79dd423fcabahrens arcfour_crypt;
fa9e4066f08beec538e775443c5be79dd423fcabahrens arcfour_key_init;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_bitlength;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_cmp_abs;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_div_pos;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_ext_gcd_pos;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_extend;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_finish;
fa9e4066f08beec538e775443c5be79dd423fcabahrens big_modexp;
990b4856d0eaada6f8140335733a1b1771ed2746lling big_modexp_crt;
99653d4ee642c6528e88224f12409a5f23060994eschrock big_nextprime_pos;
99653d4ee642c6528e88224f12409a5f23060994eschrock big_sub_pos;
99653d4ee642c6528e88224f12409a5f23060994eschrock bignum2bytestring;
99653d4ee642c6528e88224f12409a5f23060994eschrock blowfish_alloc_keysched;
99653d4ee642c6528e88224f12409a5f23060994eschrock blowfish_decrypt_contiguous_blocks;
99653d4ee642c6528e88224f12409a5f23060994eschrock blowfish_encrypt_contiguous_blocks;
99653d4ee642c6528e88224f12409a5f23060994eschrock blowfish_init_keysched;
99653d4ee642c6528e88224f12409a5f23060994eschrock bytestring2bignum;
99653d4ee642c6528e88224f12409a5f23060994eschrock ctr_mode_final;
99653d4ee642c6528e88224f12409a5f23060994eschrock ctr_init_ctx;
99653d4ee642c6528e88224f12409a5f23060994eschrock des3_crunch_block;
99653d4ee642c6528e88224f12409a5f23060994eschrock des_alloc_keysched;
99653d4ee642c6528e88224f12409a5f23060994eschrock des_crunch_block;
99653d4ee642c6528e88224f12409a5f23060994eschrock des_decrypt_contiguous_blocks;
99653d4ee642c6528e88224f12409a5f23060994eschrock des_encrypt_contiguous_blocks;
99653d4ee642c6528e88224f12409a5f23060994eschrock des_init_keysched;
99653d4ee642c6528e88224f12409a5f23060994eschrock des_keycheck;