Home
last modified time | relevance | path

Searched refs:__gss_get_mechanism (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mo.c78 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_set()
96 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_get()
128 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_list()
147 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_name()
241 m = __gss_get_mechanism(desired_mech); in inquire_saslname_for_mech_compat()
527 if ((m = __gss_get_mechanism(mech)) == NULL) { in gss_inquire_attrs_for_mech()
H A Dgss_inquire_names_for_mech.c37 gssapi_mech_interface m = __gss_get_mechanism(mechanism); in gss_inquire_names_for_mech()
H A Dgss_import_sec_context.c62 m = __gss_get_mechanism(&mech_oid); in gss_import_sec_context()
H A Dgss_inquire_cred_by_mech.c57 m = __gss_get_mechanism(mech_type); in gss_inquire_cred_by_mech()
H A Dgss_names.c54 m = __gss_get_mechanism(mech); in _gss_find_mn()
H A Dgss_init_sec_context.c157 m = ctx->gc_mech = __gss_get_mechanism(mech_type); in gss_init_sec_context()
H A Dgss_add_cred_with_password.c62 m = __gss_get_mechanism(desired_mech); in gss_add_cred_with_password()
H A Dgss_acquire_cred.c103 m = __gss_get_mechanism(&mechs->elements[i]); in gss_acquire_cred()
H A Dgss_acquire_cred_ext.c157 m = __gss_get_mechanism(&mechs->elements[i]); in _gss_acquire_cred_ext()
H A Dgss_add_cred.c150 m = __gss_get_mechanism(desired_mech); in gss_add_cred()
H A Dcontext.c159 gssapi_mech_interface m = __gss_get_mechanism(mech); in gss_mg_collect_error()
H A Dgss_cred.c162 m = __gss_get_mechanism(&oid); in gss_import_cred()
H A Dgss_import_name.c122 m = __gss_get_mechanism(&mech_oid); in _gss_import_export_name()
H A Dgss_accept_sec_context.c201 m = ctx->gc_mech = __gss_get_mechanism(&mech_oid); in gss_accept_sec_context()
H A Dgss_mech_switch.c430 __gss_get_mechanism(gss_const_OID mech) in __gss_get_mechanism() function
H A Dgss_krb5.c200 m = __gss_get_mechanism(GSS_KRB5_MECHANISM); in gsskrb5_register_acceptor_identity()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h551 __gss_get_mechanism(gss_const_OID /* oid */);