Searched refs:exported_name (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/gssapi/digest/
H A Dexport_name.c41 gss_buffer_t exported_name)
46 str, strlen(str), exported_name);
39 _gss_scram_export_name(OM_uint32 * minor_status, const gss_name_t input_name, gss_buffer_t exported_name) argument
H A Ddigest-private.h136 gss_buffer_t exported_name );
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dexport_name.c41 gss_buffer_t exported_name
H A Dnetlogon-private.h132 gss_buffer_t exported_name );
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_export_name.c36 gss_buffer_t exported_name)
42 _mg_buffer_zero(exported_name);
56 mn->gmn_name, exported_name);
61 const void *name, size_t length, gss_buffer_t exported_name)
65 exported_name->length = 10 + length + mech->length;
66 exported_name->value = malloc(exported_name->length);
67 if (exported_name->value == NULL) {
74 buf = exported_name->value;
34 gss_export_name(OM_uint32 *minor_status, const gss_name_t input_name, gss_buffer_t exported_name) argument
60 gss_mg_export_name(OM_uint32 *minor_status, const gss_const_OID mech, const void *name, size_t length, gss_buffer_t exported_name) argument
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dexport_name.c40 gss_buffer_t exported_name)
58 exported_name);
67 gss_buffer_t exported_name)
69 return export_name_common(minor_status, GSS_KRB5_MECHANISM, input_name, exported_name);
75 gss_buffer_t exported_name)
77 return export_name_common(minor_status, GSS_PKU2U_MECHANISM, input_name, exported_name);
83 gss_buffer_t exported_name)
85 return export_name_common(minor_status, GSS_KRB5_MECHANISM, input_name, exported_name);
37 export_name_common(OM_uint32 *minor_status, gss_const_OID oid, const gss_name_t input_name, gss_buffer_t exported_name) argument
65 _gsskrb5_export_name(OM_uint32 * minor_status, const gss_name_t input_name, gss_buffer_t exported_name) argument
73 _gsspku2u_export_name(OM_uint32 * minor_status, const gss_name_t input_name, gss_buffer_t exported_name) argument
81 _gssiakerb_export_name(OM_uint32 * minor_status, const gss_name_t input_name, gss_buffer_t exported_name) argument
H A Dgsskrb5-private.h349 gss_buffer_t exported_name);
573 gss_buffer_t exported_name);
955 gss_buffer_t exported_name);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dexport_name.c41 gss_buffer_t exported_name
55 str, strlen(str), exported_name);
H A Dntlm-private.h126 gss_buffer_t exported_name );
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/spnego/
H A Dspnego-private.h78 gss_buffer_t exported_name );
H A Dcontext_stubs.c346 gss_buffer_t exported_name
359 return gss_export_name(minor_status, name->mech, exported_name);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c1301 char *exported_name = xstrdup (c + lead_at); local
1302 char *atsym = strchr (exported_name, '@');
1305 def_exports (exported_name, xstrdup (c), -1, 0, 0, 0, 0);
1349 char *exported_name = xstrdup (symbol_name + lead_at); local
1350 char *atsym = strchr (exported_name, '@');
1353 def_exports (exported_name, xstrdup (symbol_name), -1, 0, 0, 0, 0);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/gssapi/
H A Dgssapi_private.h348 gss_buffer_t exported_name);
H A Dgssapi_protos.h307 gss_buffer_t exported_name) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0);

Completed in 173 milliseconds