mapfile-vers revision 45818ee124adeaaf947698996b4f4c722afc6d1f
1029N/A#
1029N/A# CDDL HEADER START
1361N/A#
1029N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License (the "License").
246N/A# You may not use this file except in compliance with the License.
246N/A#
281N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
281N/A# or http://www.opensolaris.org/os/licensing.
246N/A# See the License for the specific language governing permissions
131N/A# and limitations under the License.
131N/A#
131N/A# When distributing Covered Code, include this CDDL HEADER in each
131N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1086N/A# If applicable, add the following below this CDDL HEADER, with the
131N/A# fields enclosed by brackets "[]" replaced with your own identifying
725N/A# information: Portions Copyright [yyyy] [name of copyright owner]
131N/A#
758N/A# CDDL HEADER END
131N/A#
131N/A#
131N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
131N/A# Copyright 2013 Saso Kiselkov. All rights reserved.
500N/A#
131N/A
131N/A#
131N/A# MAPFILE HEADER START
131N/A#
131N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
131N/A# Object versioning must comply with the rules detailed in
131N/A#
144N/A# usr/src/lib/README.mapfiles
131N/A#
1029N/A# You should not be making modifications here until you've read the most current
131N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
246N/A#
929N/A# MAPFILE HEADER END
1097N/A#
1399N/A
1416N/A$mapfile_version 2
1416N/A
1416N/A# Note:
1416N/A#
1416N/A# SHA256Update, SHA384Update, and SHA512Update are all
1416N/A# weak aliases for SHA2Update.
1416N/A#
1416N/A# SHA256Final, SHA384Final, and SHA512Final are all
1318N/A# weak aliases for SHA2Final
1416N/A#
1416N/A# We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
1416N/A# ELF section. As a result, ld will put the two main symbols in.
1318N/A#
1416N/A
1416N/ASYMBOL_VERSION ILLUMOS_0.1 {
1416N/A global:
131N/A Skein1024_Final;
131N/A Skein1024_Final_Pad;
131N/A Skein1024_Init;
131N/A Skein1024_InitExt;
131N/A Skein1024_Output;
246N/A Skein1024_Update;
929N/A Skein_256_Final;
1097N/A Skein_256_Final_Pad;
131N/A Skein_256_Init;
340N/A Skein_256_InitExt;
1318N/A Skein_256_Output;
1416N/A Skein_256_Update;
1416N/A Skein_512_Final;
1416N/A Skein_512_Final_Pad;
340N/A Skein_512_Init;
131N/A Skein_512_InitExt;
131N/A Skein_512_Output;
131N/A Skein_512_Update;
1029N/A EdonRFinal;
1029N/A EdonRHash;
1416N/A EdonRInit;
1416N/A EdonRUpdate;
131N/A} SUNW_1.1;
131N/A
131N/ASYMBOL_VERSION SUNW_1.1 {
214N/A global:
214N/A MD4Final;
131N/A MD4Init;
131N/A MD4Update;
131N/A md5_calc;
131N/A MD5Final { FLAGS = NODIRECT }; # Addr interpose from testsuite
131N/A MD5Init { FLAGS = NODIRECT }; # Addr interpose from testsuite
131N/A MD5Update { FLAGS = NODIRECT }; # Addr interpose from testsuite
131N/A SHA1Final;
131N/A SHA1Init;
131N/A SHA1Update;
131N/A SHA256Final { FLAGS = NODYNSORT };
131N/A SHA256Init;
927N/A SHA256Update { FLAGS = NODYNSORT };
131N/A SHA2Final;
131N/A SHA2Init;
131N/A SHA2Update;
131N/A SHA384Final { FLAGS = NODYNSORT };
131N/A SHA384Init;
131N/A SHA384Update { FLAGS = NODYNSORT };
131N/A SHA512Final { FLAGS = NODYNSORT };
131N/A SHA512Init;
1318N/A SHA512Update { FLAGS = NODYNSORT };
131N/A local:
131N/A *;
131N/A};
131N/A