xref: /illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers (revision 71269a2275bf5a143dad6461eee2710a344e7261)
1*71269a22SAnthony Scarpino#
2*71269a22SAnthony Scarpino# CDDL HEADER START
3*71269a22SAnthony Scarpino#
4*71269a22SAnthony Scarpino# The contents of this file are subject to the terms of the
5*71269a22SAnthony Scarpino# Common Development and Distribution License (the "License").
6*71269a22SAnthony Scarpino# You may not use this file except in compliance with the License.
7*71269a22SAnthony Scarpino#
8*71269a22SAnthony Scarpino# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*71269a22SAnthony Scarpino# or http://www.opensolaris.org/os/licensing.
10*71269a22SAnthony Scarpino# See the License for the specific language governing permissions
11*71269a22SAnthony Scarpino# and limitations under the License.
12*71269a22SAnthony Scarpino#
13*71269a22SAnthony Scarpino# When distributing Covered Code, include this CDDL HEADER in each
14*71269a22SAnthony Scarpino# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*71269a22SAnthony Scarpino# If applicable, add the following below this CDDL HEADER, with the
16*71269a22SAnthony Scarpino# fields enclosed by brackets "[]" replaced with your own identifying
17*71269a22SAnthony Scarpino# information: Portions Copyright [yyyy] [name of copyright owner]
18*71269a22SAnthony Scarpino#
19*71269a22SAnthony Scarpino# CDDL HEADER END
20*71269a22SAnthony Scarpino#
21*71269a22SAnthony Scarpino#
22*71269a22SAnthony Scarpino# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23*71269a22SAnthony Scarpino# Use is subject to license terms.
24*71269a22SAnthony Scarpino#
25*71269a22SAnthony Scarpino
26*71269a22SAnthony Scarpino
27*71269a22SAnthony ScarpinoSUNWprivate {
28*71269a22SAnthony Scarpino    global:
29*71269a22SAnthony Scarpino	aes_alloc_keysched;
30*71269a22SAnthony Scarpino	aes_copy_block;
31*71269a22SAnthony Scarpino	aes_decrypt_block;
32*71269a22SAnthony Scarpino	aes_decrypt_contiguous_blocks;
33*71269a22SAnthony Scarpino	aes_encrypt_block;
34*71269a22SAnthony Scarpino	aes_encrypt_contiguous_blocks;
35*71269a22SAnthony Scarpino	aes_init_keysched;
36*71269a22SAnthony Scarpino	arcfour_crypt;
37*71269a22SAnthony Scarpino	arcfour_key_init;
38*71269a22SAnthony Scarpino	big_One;
39*71269a22SAnthony Scarpino	big_Two;
40*71269a22SAnthony Scarpino	big_add;
41*71269a22SAnthony Scarpino	big_bitlength;
42*71269a22SAnthony Scarpino	big_cmp_abs;
43*71269a22SAnthony Scarpino	big_copy;
44*71269a22SAnthony Scarpino	big_div_pos;
45*71269a22SAnthony Scarpino	big_ext_gcd_pos;
46*71269a22SAnthony Scarpino	big_extend;
47*71269a22SAnthony Scarpino	big_finish;
48*71269a22SAnthony Scarpino	big_init1;
49*71269a22SAnthony Scarpino	big_init;
50*71269a22SAnthony Scarpino	big_modexp;
51*71269a22SAnthony Scarpino	big_modexp_crt;
52*71269a22SAnthony Scarpino	big_mul;
53*71269a22SAnthony Scarpino	big_nextprime_pos;
54*71269a22SAnthony Scarpino	big_sub;
55*71269a22SAnthony Scarpino	big_sub_pos;
56*71269a22SAnthony Scarpino	bignum2bytestring;
57*71269a22SAnthony Scarpino	blowfish_alloc_keysched;
58*71269a22SAnthony Scarpino	blowfish_decrypt_contiguous_blocks;
59*71269a22SAnthony Scarpino	blowfish_encrypt_contiguous_blocks;
60*71269a22SAnthony Scarpino	blowfish_init_keysched;
61*71269a22SAnthony Scarpino	bytestring2bignum;
62*71269a22SAnthony Scarpino	ctr_mode_final;
63*71269a22SAnthony Scarpino	ctr_init_ctx;
64*71269a22SAnthony Scarpino	des3_crunch_block;
65*71269a22SAnthony Scarpino	des_alloc_keysched;
66*71269a22SAnthony Scarpino	des_crunch_block;
67*71269a22SAnthony Scarpino	des_decrypt_contiguous_blocks;
68*71269a22SAnthony Scarpino	des_encrypt_contiguous_blocks;
69*71269a22SAnthony Scarpino	des_init_keysched;
70*71269a22SAnthony Scarpino	des_keycheck;
71*71269a22SAnthony Scarpino    local:
72*71269a22SAnthony Scarpino	*;
73*71269a22SAnthony Scarpino};
74