1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40 41$mapfile_version 2 42 43SYMBOL_VERSION SUNWprivate { 44 global: 45 aes_alloc_keysched; 46 aes_copy_block; 47 aes_decrypt_block; 48 aes_decrypt_contiguous_blocks; 49 aes_encrypt_block; 50 aes_encrypt_contiguous_blocks; 51 aes_init_keysched; 52 arcfour_crypt; 53 arcfour_key_init; 54 big_One; 55 big_Two; 56 big_add; 57 big_bitlength; 58 big_cmp_abs; 59 big_copy; 60 big_div_pos; 61 big_ext_gcd_pos; 62 big_extend; 63 big_finish; 64 big_init1; 65 big_init; 66 big_modexp; 67 big_modexp_crt; 68 big_mul; 69 big_nextprime_pos; 70 big_random; 71 big_sub; 72 big_sub_pos; 73 bignum2bytestring; 74 blowfish_alloc_keysched; 75 blowfish_decrypt_contiguous_blocks; 76 blowfish_encrypt_contiguous_blocks; 77 blowfish_init_keysched; 78 bytestring2bignum; 79 ctr_mode_final; 80 ctr_init_ctx; 81 des3_crunch_block; 82 des_alloc_keysched; 83 des_crunch_block; 84 des_decrypt_contiguous_blocks; 85 des_encrypt_contiguous_blocks; 86 des_init_keysched; 87 des_keycheck; 88 dh_genkey_pair; 89 dh_key_derive; 90 dsa_genkey_pair; 91 dsa_sign; 92 dsa_verify; 93 pkcs1_decode; 94 pkcs1_encode; 95 pkcs7_decode; 96 pkcs7_encode; 97 rsa_decrypt; 98 rsa_encrypt; 99 rsa_genkey_pair; 100 DEFAULT_PUB_EXPO; 101 MD5_DER_PREFIX; 102 SHA1_DER_PREFIX; 103 SHA1_DER_PREFIX_OID; 104 SHA256_DER_PREFIX; 105 SHA384_DER_PREFIX; 106 SHA512_DER_PREFIX; 107 local: 108 *; 109}; 110