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