Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_mo.c80 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_set()
98 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_get()
130 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_list()
149 if ((m = __gss_get_mechanism(mech)) == NULL) in gss_mo_name()
244 m = __gss_get_mechanism(desired_mech); in inquire_saslname_for_mech_compat()
530 if ((m = __gss_get_mechanism(mech)) == NULL) { in gss_inquire_attrs_for_mech()
H A Dgss_inquire_names_for_mech.c39 gssapi_mech_interface m = __gss_get_mechanism(mechanism); in gss_inquire_names_for_mech()
H A Dgss_import_sec_context.c64 m = __gss_get_mechanism(&mech_oid); in gss_import_sec_context()
H A Dgss_inquire_cred_by_mech.c59 m = __gss_get_mechanism(mech_type); in gss_inquire_cred_by_mech()
H A Dgss_names.c56 m = __gss_get_mechanism(mech); in _gss_find_mn()
H A Dgss_init_sec_context.c159 m = ctx->gc_mech = __gss_get_mechanism(mech_type); in gss_init_sec_context()
H A Dgss_add_cred_with_password.c64 m = __gss_get_mechanism(desired_mech); in gss_add_cred_with_password()
H A Dgss_acquire_cred.c105 m = __gss_get_mechanism(&mechs->elements[i]); in gss_acquire_cred()
H A Dgss_acquire_cred_ext.c167 m = __gss_get_mechanism(&mechs->elements[i]); in _gss_acquire_cred_ext()
H A Dgss_add_cred.c152 m = __gss_get_mechanism(desired_mech); in gss_add_cred()
H A Dcontext.c161 gssapi_mech_interface m = __gss_get_mechanism(mech); in gss_mg_collect_error()
H A Dgss_import_name.c124 m = __gss_get_mechanism(&mech_oid); in _gss_import_export_name()
H A Dgss_cred.c164 m = __gss_get_mechanism(&oid); in gss_import_cred()
H A Dgss_accept_sec_context.c203 m = ctx->gc_mech = __gss_get_mechanism(&mech_oid); in gss_accept_sec_context()
H A Dgss_mech_switch.c435 __gss_get_mechanism(gss_const_OID mech) in __gss_get_mechanism() function
H A Dgss_krb5.c202 m = __gss_get_mechanism(GSS_KRB5_MECHANISM); in gsskrb5_register_acceptor_identity()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dgssapi_mech.h553 __gss_get_mechanism(gss_const_OID /* oid */);