xref: /onnv-gate/usr/src/lib/libkmf/ber_der/common/mapfile-vers (revision 8744:03d5725cda56)
13089Swyllys#
23089Swyllys# CDDL HEADER START
33089Swyllys#
43089Swyllys# The contents of this file are subject to the terms of the
53089Swyllys# Common Development and Distribution License (the "License").
63089Swyllys# You may not use this file except in compliance with the License.
73089Swyllys#
83089Swyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93089Swyllys# or http://www.opensolaris.org/os/licensing.
103089Swyllys# See the License for the specific language governing permissions
113089Swyllys# and limitations under the License.
123089Swyllys#
133089Swyllys# When distributing Covered Code, include this CDDL HEADER in each
143089Swyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153089Swyllys# If applicable, add the following below this CDDL HEADER, with the
163089Swyllys# fields enclosed by brackets "[]" replaced with your own identifying
173089Swyllys# information: Portions Copyright [yyyy] [name of copyright owner]
183089Swyllys#
193089Swyllys# CDDL HEADER END
203089Swyllys#
213089Swyllys#
22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
233089Swyllys# Use is subject to license terms.
243089Swyllys#
25*8744SAli.Bahrami@Sun.COM
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
28*8744SAli.Bahrami@Sun.COM#
29*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
33*8744SAli.Bahrami@Sun.COM#
34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
383089Swyllys#
393089Swyllys
403089SwyllysSUNWprivate_1.1 {
413089Swyllys    global:
423089Swyllys	AddRDN;
433089Swyllys	CopyRDN;
443089Swyllys	CopySPKI;
453089Swyllys	DerDecodeDSASignature;
463089Swyllys	DerDecodeExtension;
473089Swyllys	DerDecodeName;
483089Swyllys	DerDecodeSPKI;
493089Swyllys	DerDecodeSignedCertificate;
503089Swyllys	DerDecodeSignedCsr;
513089Swyllys	DerDecodeTbsCertificate;
523089Swyllys	DerDecodeTbsCsr;
533089Swyllys	DerEncodeDSAPrivateKey;
543089Swyllys	DerEncodeDSASignature;
553089Swyllys	DerEncodeName;
563089Swyllys	DerEncodeRSAPrivateKey;
573089Swyllys	DerEncodeSPKI;
583089Swyllys	DerEncodeSignedCertificate;
593089Swyllys	DerEncodeSignedCsr;
603089Swyllys	DerEncodeTbsCertificate;
613089Swyllys	DerEncodeTbsCsr;
623089Swyllys	ExtractSPKIData;
633089Swyllys	ExtractX509CertParts;
643089Swyllys	GetKeyFromSpki;
653089Swyllys	kmfber_alloc;
663089Swyllys	kmfber_first_element;
673089Swyllys	kmfber_flatten;
683089Swyllys	kmfber_free;
693089Swyllys	kmfber_init;
703089Swyllys	kmfber_next_element;
713089Swyllys	kmfber_printf;
723089Swyllys	kmfber_read;
733089Swyllys	kmfber_scanf;
743089Swyllys	kmfber_write;
753089Swyllys	kmfder_alloc;
763089Swyllys	kmfder_init;
773089Swyllys    local:
783089Swyllys	*;
793089Swyllys};
80