xref: /illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers (revision 581cede61ac9c14d8d4ea452562a567189eead78)
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# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
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
41SUNWprivate {
42    global:
43	aes_alloc_keysched;
44	aes_copy_block;
45	aes_decrypt_block;
46	aes_decrypt_contiguous_blocks;
47	aes_encrypt_block;
48	aes_encrypt_contiguous_blocks;
49	aes_init_keysched;
50	arcfour_crypt;
51	arcfour_key_init;
52	big_One;
53	big_Two;
54	big_add;
55	big_bitlength;
56	big_cmp_abs;
57	big_copy;
58	big_div_pos;
59	big_ext_gcd_pos;
60	big_extend;
61	big_finish;
62	big_init1;
63	big_init;
64	big_modexp;
65	big_modexp_crt;
66	big_mul;
67	big_nextprime_pos;
68	big_sub;
69	big_sub_pos;
70	bignum2bytestring;
71	blowfish_alloc_keysched;
72	blowfish_decrypt_contiguous_blocks;
73	blowfish_encrypt_contiguous_blocks;
74	blowfish_init_keysched;
75	bytestring2bignum;
76	ctr_mode_final;
77	ctr_init_ctx;
78	des3_crunch_block;
79	des_alloc_keysched;
80	des_crunch_block;
81	des_decrypt_contiguous_blocks;
82	des_encrypt_contiguous_blocks;
83	des_init_keysched;
84	des_keycheck;
85    local:
86	*;
87};
88