Home
last modified time | relevance | path

Searched refs:_gss_mech_oids (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libgssapi/
H A Dgss_init_sec_context.c98 if (_gss_mech_oids == GSS_C_NO_OID_SET in gss_init_sec_context()
99 || _gss_mech_oids->count == 0) in gss_init_sec_context()
101 mech_type = &_gss_mech_oids->elements[0]; in gss_init_sec_context()
H A Dgss_mech_switch.c46 gss_OID_set _gss_mech_oids; variable
198 &_gss_mech_oids); in _gss_load_mech()
245 &m->gm_mech_oid, &_gss_mech_oids); in _gss_load_mech()
H A Dgss_acquire_cred.c76 &mechs->elements[i], _gss_mech_oids, &t); in gss_acquire_cred()
85 mechs = _gss_mech_oids; in gss_acquire_cred()
H A Dmech_switch.h357 extern gss_OID_set _gss_mech_oids;
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c37 gss_OID_set _gss_mech_oids; variable
210 &m->gm_mech.gm_mech_oid, &_gss_mech_oids); in add_builtin()
250 &_gss_mech_oids); in _gss_load_mech()
327 &m->gm_mech.gm_mech_oid, &_gss_mech_oids); in _gss_load_mech()
H A Dgss_acquire_cred.c69 &mechs->elements[i], _gss_mech_oids, &t); in gss_acquire_cred()
96 mechs = _gss_mech_oids; in gss_acquire_cred()
H A Dgss_acquire_cred_ext.c134 _gss_mech_oids, &match); in _gss_acquire_cred_ext()
142 mechs = _gss_mech_oids; in _gss_acquire_cred_ext()
H A Dmech_switch.h41 extern gss_OID_set _gss_mech_oids;
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1217 _gss_mech_oids is only initialized once, so if just the users of