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

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dspnego.c332 static gss_OID GSS_KRB5_MECH = &gss_krb5_mech_oid_desc; variable
577 gss_OID pref = GSS_KRB5_MECH;
635 if (mech_len == GSS_KRB5_MECH->length &&
636 memcmp(GSS_KRB5_MECH->elements,
1509 ret = add_mech(&token_init.mechTypes, GSS_KRB5_MECH);
1520 GSS_KRB5_MECH,
1651 } else if ((size_t)mech_len == GSS_KRB5_MECH->length &&
1652 memcmp(GSS_KRB5_MECH->elements, p, mech_len) == 0)
1657 GSS_KRB5_MECH,
1703 if (ret || oidlen != GSS_KRB5_MECH
[all...]

Completed in 71 milliseconds