Searched refs:__gss_get_mechanism (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_inquire_names_for_mech.c37 gssapi_mech_interface m = __gss_get_mechanism(mechanism);
H A Dgss_iter_cred.c80 mc->gmc_mech = __gss_get_mechanism(mech);
147 m = __gss_get_mechanism(&mechs->elements[i]);
H A Dgss_import_sec_context.c62 m = __gss_get_mechanism(&mech_oid);
H A Dgss_inquire_cred_by_mech.c57 m = __gss_get_mechanism(mech_type);
H A Dgss_mo.c127 if ((m = __gss_get_mechanism(mech)) == NULL)
145 if ((m = __gss_get_mechanism(mech)) == NULL)
148 if ((m = __gss_get_mechanism(mech)) == NULL)
180 if ((m = __gss_get_mechanism(mech)) == NULL)
199 if ((m = __gss_get_mechanism(mech)) == NULL)
293 m = __gss_get_mechanism(desired_mech);
579 if ((m = __gss_get_mechanism(mech)) == NULL) {
H A Dgss_acquire_cred.c104 m = __gss_get_mechanism(&mechs->elements[i]);
H A Dgss_add_cred_with_password.c62 m = __gss_get_mechanism(desired_mech);
H A Dgss_init_sec_context.c156 m = __gss_get_mechanism(mech_type);
301 m = ctx->gc_mech = __gss_get_mechanism(mech_type);
H A Dgss_acquire_cred_ext.c172 m = __gss_get_mechanism(&mechs->elements[i]);
H A Dgss_add_cred.c155 m = __gss_get_mechanism(desired_mech);
H A Dgss_import_name.c121 m = __gss_get_mechanism(&mech_oid);
H A Dgss_names.c61 m = __gss_get_mechanism(mech);
H A Dcontext.c180 gssapi_mech_interface m = __gss_get_mechanism(mech);
419 m = __gss_get_mechanism(mech_type);
H A Dgss_accept_sec_context.c204 m = ctx->gc_mech = __gss_get_mechanism(&mech_oid);
H A Dgss_cred.c162 m = __gss_get_mechanism(&oid);
H A Dgss_mech_switch.c444 __gss_get_mechanism(gss_const_OID mech) function
H A Dgss_krb5.c202 m = __gss_get_mechanism(GSS_KRB5_MECHANISM);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/gssapi/
H A Dgssapi_private.h27 __gss_get_mechanism (gss_const_OID /*mech*/);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/cf/
H A Dcredential.c216 m = __gss_get_mechanism(mech);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgssapi_mech.h573 __gss_get_mechanism(gss_const_OID /* oid */);

Completed in 363 milliseconds