199ebb4caSwyllys# 299ebb4caSwyllys# CDDL HEADER START 399ebb4caSwyllys# 499ebb4caSwyllys# The contents of this file are subject to the terms of the 599ebb4caSwyllys# Common Development and Distribution License (the "License"). 699ebb4caSwyllys# You may not use this file except in compliance with the License. 799ebb4caSwyllys# 899ebb4caSwyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 999ebb4caSwyllys# or http://www.opensolaris.org/os/licensing. 1099ebb4caSwyllys# See the License for the specific language governing permissions 1199ebb4caSwyllys# and limitations under the License. 1299ebb4caSwyllys# 1399ebb4caSwyllys# When distributing Covered Code, include this CDDL HEADER in each 1499ebb4caSwyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1599ebb4caSwyllys# If applicable, add the following below this CDDL HEADER, with the 1699ebb4caSwyllys# fields enclosed by brackets "[]" replaced with your own identifying 1799ebb4caSwyllys# information: Portions Copyright [yyyy] [name of copyright owner] 1899ebb4caSwyllys# 1999ebb4caSwyllys# CDDL HEADER END 2099ebb4caSwyllys# 2199ebb4caSwyllys# 22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 2399ebb4caSwyllys# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 3799ebb4caSwyllys# 3899ebb4caSwyllys 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 4299ebb4caSwyllys global: 4399ebb4caSwyllys AddRDN; 4499ebb4caSwyllys CopyRDN; 4599ebb4caSwyllys CopySPKI; 4699ebb4caSwyllys DerDecodeDSASignature; 47e65e5c2dSWyllys Ingersoll DerDecodeECDSASignature; 4899ebb4caSwyllys DerDecodeExtension; 4999ebb4caSwyllys DerDecodeName; 5099ebb4caSwyllys DerDecodeSPKI; 5199ebb4caSwyllys DerDecodeSignedCertificate; 5299ebb4caSwyllys DerDecodeSignedCsr; 5399ebb4caSwyllys DerDecodeTbsCertificate; 5499ebb4caSwyllys DerDecodeTbsCsr; 5599ebb4caSwyllys DerEncodeDSAPrivateKey; 5699ebb4caSwyllys DerEncodeDSASignature; 57e65e5c2dSWyllys Ingersoll DerEncodeECDSASignature; 58e65e5c2dSWyllys Ingersoll DerEncodeECPrivateKey; 5999ebb4caSwyllys DerEncodeName; 6099ebb4caSwyllys DerEncodeRSAPrivateKey; 6199ebb4caSwyllys DerEncodeSPKI; 6299ebb4caSwyllys DerEncodeSignedCertificate; 6399ebb4caSwyllys DerEncodeSignedCsr; 6499ebb4caSwyllys DerEncodeTbsCertificate; 6599ebb4caSwyllys DerEncodeTbsCsr; 6699ebb4caSwyllys ExtractSPKIData; 6799ebb4caSwyllys ExtractX509CertParts; 6899ebb4caSwyllys kmfber_alloc; 6956664548SWyllys Ingersoll kmfber_bvfree; 7099ebb4caSwyllys kmfber_first_element; 7199ebb4caSwyllys kmfber_flatten; 7299ebb4caSwyllys kmfber_free; 7399ebb4caSwyllys kmfber_init; 7499ebb4caSwyllys kmfber_next_element; 7599ebb4caSwyllys kmfber_printf; 7699ebb4caSwyllys kmfber_read; 7756664548SWyllys Ingersoll kmfber_realloc; 7899ebb4caSwyllys kmfber_scanf; 7999ebb4caSwyllys kmfber_write; 8099ebb4caSwyllys kmfder_alloc; 8199ebb4caSwyllys kmfder_init; 8299ebb4caSwyllys local: 8399ebb4caSwyllys *; 8499ebb4caSwyllys}; 85