1*12719SRod.Evans@Sun.COM#
2*12719SRod.Evans@Sun.COM# CDDL HEADER START
3*12719SRod.Evans@Sun.COM#
4*12719SRod.Evans@Sun.COM# The contents of this file are subject to the terms of the
5*12719SRod.Evans@Sun.COM# Common Development and Distribution License (the "License").
6*12719SRod.Evans@Sun.COM# You may not use this file except in compliance with the License.
7*12719SRod.Evans@Sun.COM#
8*12719SRod.Evans@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*12719SRod.Evans@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*12719SRod.Evans@Sun.COM# See the License for the specific language governing permissions
11*12719SRod.Evans@Sun.COM# and limitations under the License.
12*12719SRod.Evans@Sun.COM#
13*12719SRod.Evans@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*12719SRod.Evans@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*12719SRod.Evans@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*12719SRod.Evans@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*12719SRod.Evans@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*12719SRod.Evans@Sun.COM#
19*12719SRod.Evans@Sun.COM# CDDL HEADER END
20*12719SRod.Evans@Sun.COM#
21*12719SRod.Evans@Sun.COM
22*12719SRod.Evans@Sun.COM#
23*12719SRod.Evans@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24*12719SRod.Evans@Sun.COM#
25*12719SRod.Evans@Sun.COM
26*12719SRod.Evans@Sun.COM$mapfile_version 2
27*12719SRod.Evans@Sun.COM
28*12719SRod.Evans@Sun.COMCAPABILITY sun4u {
29*12719SRod.Evans@Sun.COM	MACHINE = sun4u;
30*12719SRod.Evans@Sun.COM};
31*12719SRod.Evans@Sun.COM
32*12719SRod.Evans@Sun.COMSYMBOL_SCOPE {
33*12719SRod.Evans@Sun.COM	global:
34*12719SRod.Evans@Sun.COM		aes_alloc_keysched;
35*12719SRod.Evans@Sun.COM		aes_decrypt_contiguous_blocks;
36*12719SRod.Evans@Sun.COM		aes_decrypt_block;
37*12719SRod.Evans@Sun.COM		aes_encrypt_contiguous_blocks;
38*12719SRod.Evans@Sun.COM		aes_encrypt_block;
39*12719SRod.Evans@Sun.COM		aes_init_keysched;
40*12719SRod.Evans@Sun.COM		arcfour_crypt;
41*12719SRod.Evans@Sun.COM		arcfour_key_init;
42*12719SRod.Evans@Sun.COM		big_add;
43*12719SRod.Evans@Sun.COM		big_bitlength;
44*12719SRod.Evans@Sun.COM		big_cmp_abs;
45*12719SRod.Evans@Sun.COM		big_copy;
46*12719SRod.Evans@Sun.COM		big_div_pos;
47*12719SRod.Evans@Sun.COM		big_ext_gcd_pos;
48*12719SRod.Evans@Sun.COM		big_extend;
49*12719SRod.Evans@Sun.COM		big_finish;
50*12719SRod.Evans@Sun.COM		big_init1;
51*12719SRod.Evans@Sun.COM		big_init;
52*12719SRod.Evans@Sun.COM		big_modexp;
53*12719SRod.Evans@Sun.COM		big_modexp_crt;
54*12719SRod.Evans@Sun.COM		big_mul;
55*12719SRod.Evans@Sun.COM		big_nextprime_pos;
56*12719SRod.Evans@Sun.COM		big_random;
57*12719SRod.Evans@Sun.COM		big_sub;
58*12719SRod.Evans@Sun.COM		big_sub_pos;
59*12719SRod.Evans@Sun.COM		bignum2bytestring;
60*12719SRod.Evans@Sun.COM		des3_crunch_block;
61*12719SRod.Evans@Sun.COM		des_alloc_keysched;
62*12719SRod.Evans@Sun.COM		des_crunch_block;
63*12719SRod.Evans@Sun.COM		des_init_keysched;
64*12719SRod.Evans@Sun.COM		des_keycheck;
65*12719SRod.Evans@Sun.COM	local:
66*12719SRod.Evans@Sun.COM		*;
67*12719SRod.Evans@Sun.COM};
68