Symbol: __gss_get_mechanism
crypto/heimdal/lib/gssapi/gssapi_mech.h
551
__gss_get_mechanism(gss_const_OID /* oid */);
crypto/heimdal/lib/gssapi/mech/context.c
159
gssapi_mech_interface m = __gss_get_mechanism(mech);
crypto/heimdal/lib/gssapi/mech/gss_accept_sec_context.c
201
m = ctx->gc_mech = __gss_get_mechanism(&mech_oid);
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred.c
103
m = __gss_get_mechanism(&mechs->elements[i]);
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred_ext.c
157
m = __gss_get_mechanism(&mechs->elements[i]);
crypto/heimdal/lib/gssapi/mech/gss_add_cred.c
150
m = __gss_get_mechanism(desired_mech);
crypto/heimdal/lib/gssapi/mech/gss_add_cred_with_password.c
62
m = __gss_get_mechanism(desired_mech);
crypto/heimdal/lib/gssapi/mech/gss_cred.c
162
m = __gss_get_mechanism(&oid);
crypto/heimdal/lib/gssapi/mech/gss_import_name.c
122
m = __gss_get_mechanism(&mech_oid);
crypto/heimdal/lib/gssapi/mech/gss_import_sec_context.c
62
m = __gss_get_mechanism(&mech_oid);
crypto/heimdal/lib/gssapi/mech/gss_init_sec_context.c
157
m = ctx->gc_mech = __gss_get_mechanism(mech_type);
crypto/heimdal/lib/gssapi/mech/gss_inquire_cred_by_mech.c
57
m = __gss_get_mechanism(mech_type);
crypto/heimdal/lib/gssapi/mech/gss_inquire_names_for_mech.c
37
gssapi_mech_interface m = __gss_get_mechanism(mechanism);
crypto/heimdal/lib/gssapi/mech/gss_krb5.c
200
m = __gss_get_mechanism(GSS_KRB5_MECHANISM);
crypto/heimdal/lib/gssapi/mech/gss_mo.c
128
if ((m = __gss_get_mechanism(mech)) == NULL)
crypto/heimdal/lib/gssapi/mech/gss_mo.c
147
if ((m = __gss_get_mechanism(mech)) == NULL)
crypto/heimdal/lib/gssapi/mech/gss_mo.c
241
m = __gss_get_mechanism(desired_mech);
crypto/heimdal/lib/gssapi/mech/gss_mo.c
527
if ((m = __gss_get_mechanism(mech)) == NULL) {
crypto/heimdal/lib/gssapi/mech/gss_mo.c
78
if ((m = __gss_get_mechanism(mech)) == NULL)
crypto/heimdal/lib/gssapi/mech/gss_mo.c
96
if ((m = __gss_get_mechanism(mech)) == NULL)
crypto/heimdal/lib/gssapi/mech/gss_names.c
54
m = __gss_get_mechanism(mech);