Searched defs:GSS_KRB5_MECH (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dspnego.c329 static gss_OID GSS_KRB5_MECH = &gss_krb5_mech_oid_desc; variable
572 gss_OID pref = GSS_KRB5_MECH;
632 if (mech_len == GSS_KRB5_MECH->length &&
633 isc_safe_memequal(GSS_KRB5_MECH->elements,
1520 ret = add_mech(&token_init.mechTypes, GSS_KRB5_MECH);
1531 GSS_KRB5_MECH,
1667 } else if ((size_t)mech_len == GSS_KRB5_MECH->length &&
1668 isc_safe_memequal(GSS_KRB5_MECH->elements, p, mech_len))
1673 GSS_KRB5_MECH,
1720 if (ret || oidlen != GSS_KRB5_MECH
[all...]

Completed in 16 milliseconds