1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate_1.1 { 29 global: 30 bootconf_end; 31 bootconf_errmsg; 32 bootconf_get; 33 bootconf_init; 34 bootinfo_end; 35 bootinfo_get; 36 bootinfo_init; 37 bootlog; 38 http_conn_is_https; 39 http_decode_err; 40 http_errorstr; 41 http_free_respinfo; 42 http_get_conn_info; 43 http_get_header_value; 44 http_get_lasterr; 45 http_get_range_request; 46 http_get_request; 47 http_get_response_header; 48 http_get_version; 49 http_head_request; 50 http_process_headers; 51 http_process_part_headers; 52 http_read_body; 53 http_set_basic_auth; 54 http_set_certificate_authority_file; 55 http_set_cipher_list; 56 http_set_client_certificate_file; 57 http_set_keepalive; 58 http_set_key_file_password; 59 http_set_p12_format; 60 http_set_password; 61 http_set_private_key_file; 62 http_set_proxy; 63 http_set_random_file; 64 http_set_socket_read_timeout; 65 http_set_verbose; 66 http_srv_close; 67 http_srv_connect; 68 http_srv_disconnect; 69 http_srv_init; 70 sunw_check_keys; 71 sunw_crypto_init; 72 sunw_evp_pkey_free; 73 sunw_issuer_attrs; 74 sunw_PKCS12_create; 75 sunw_PKCS12_parse; 76 sunw_print_times; 77 sunw_subject_attrs; 78 url_parse; 79 url_parse_hostport; 80 local: 81 *; 82}; 83