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

/bind-9.11.3/lib/dns/
H A Dspnego.c1644 size_t oidlen; local
1719 &oidlen);
1720 if (ret || oidlen != GSS_KRB5_MECH->length ||
1721 !isc_safe_memequal(oidbuf + sizeof(oidbuf) - oidlen,
1722 GSS_KRB5_MECH->elements, oidlen))

Completed in 29 milliseconds