summaryrefslogtreecommitdiffstats
path: root/lib/librpcsec_gss/Symbol.map
blob: 7f69c98e8af434b19a3a334a65be60592f7bf6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * $FreeBSD$
 */
FBSD_1.1 {
	rpc_gss_seccreate;
	rpc_gss_set_defaults;
	rpc_gss_max_data_length;
	rpc_gss_get_error;
	rpc_gss_mesh_to_oid;
	rpc_gss_oid_to_mech;
	rpc_gss_qop_to_num;
	rpc_gss_get_mechanisms;
	rpc_gss_get_mech_info;
	rpc_gss_get_versions;
	rpc_gss_is_installed;
	rpc_gss_set_svc_name;
	rpc_gss_getcred;
	rpc_gss_set_callback;
	rpc_gss_get_principal_name;
	rpc_gss_svc_max_data_length;
};

FBSDprivate_1.0 {
	__rpc_gss_unwrap;
	__rpc_gss_unwrap_stub;
	__rpc_gss_wrap;
	__rpc_gss_wrap_stub;
};
OpenPOWER on IntegriCloud