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 aes_xor_block; 53 arcfour_crypt; 54 arcfour_key_init; 55 big_One; 56 big_Two; 57 big_add; 58 big_bitlength; 59 big_cmp_abs; 60 big_copy; 61 big_div_pos; 62 big_ext_gcd_pos; 63 big_extend; 64 big_finish; 65 big_init1; 66 big_init; 67 big_modexp; 68 big_modexp_crt; 69 big_mul; 70 big_nextprime_pos; 71 big_random; 72 big_sub; 73 big_sub_pos; 74 bignum2bytestring; 75 blowfish_alloc_keysched; 76 blowfish_decrypt_contiguous_blocks; 77 blowfish_encrypt_contiguous_blocks; 78 blowfish_init_keysched; 79 bytestring2bignum; 80 cbc_alloc_ctx; 81 cmac_init_ctx; 82 cmac_mode_final; 83 ctr_mode_final; 84 ctr_init_ctx; 85 des3_crunch_block; 86 des_alloc_keysched; 87 des_crunch_block; 88 des_decrypt_contiguous_blocks; 89 des_encrypt_contiguous_blocks; 90 des_init_keysched; 91 des_keycheck; 92 dh_genkey_pair; 93 dh_key_derive; 94 dsa_genkey_pair; 95 dsa_sign; 96 dsa_verify; 97 pkcs1_decode; 98 pkcs1_encode; 99 pkcs7_decode; 100 pkcs7_encode; 101 rsa_decrypt; 102 rsa_encrypt; 103 rsa_genkey_pair; 104 DEFAULT_PUB_EXPO; 105 MD5_DER_PREFIX; 106 SHA1_DER_PREFIX; 107 SHA1_DER_PREFIX_OID; 108 SHA256_DER_PREFIX; 109 SHA384_DER_PREFIX; 110 SHA512_DER_PREFIX; 111 local: 112 *; 113}; 114