mapfile-cap revision 2
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER START
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The contents of this file are subject to the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License (the "License").
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You may not use this file except in compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# or http://www.opensolaris.org/os/licensing.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# See the License for the specific language governing permissions
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# When distributing Covered Code, include this CDDL HEADER in each
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# If applicable, add the following below this CDDL HEADER, with the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# fields enclosed by brackets "[]" replaced with your own identifying
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# information: Portions Copyright [yyyy] [name of copyright owner]
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER END
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl$mapfile_version 2
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlCAPABILITY sun4v {
9512fe850e98fdd448c638ca63fdd92a8a510255ahl MACHINE = sun4v;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl HW += SHA256;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl HW += SHA512;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl HW += MD5;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl HW += SHA1;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl};
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlSYMBOL_SCOPE {
9512fe850e98fdd448c638ca63fdd92a8a510255ahl global:
9512fe850e98fdd448c638ca63fdd92a8a510255ahl MD5Init;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl MD5Update;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl MD5Final;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA1Init;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA1Update;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA1Final;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA2Init;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA2Update;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA2Final;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA224Init;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA224Update;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA224Final;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA256Init;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA256Update;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA256Final;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA384Init;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA384Update;
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SHA384Final;
SHA512Init;
SHA512Update;
SHA512Final;
SHA512_t_Init;
SHA512_t_Update;
SHA512_t_Final;
local:
*;
};