Searched refs:toid (Results 1 – 4 of 4) sorted by relevance
199 gss_OID_desc toid; local225 toid.length = *buf++;227 if ((toksize-=toid.length) < 0)229 toid.elements = buf;230 buf+=toid.length;232 if (! g_OID_equal(&toid, mech))
519 gss_OID_desc toid; local540 toid.length = *buf++;542 if ((toksize -= toid.length) < 0)544 toid.elements = buf;545 buf += toid.length;547 if (! g_OID_equal(&toid, mech))
1361 gss_OID_desc toid; local1382 toid.length = *buf++;1384 if ((toksize -= toid.length) < 0)1386 toid.elements = buf;1387 buf += toid.length;1389 if (!g_OID_equal(&toid, mech))
2851 gss_OID_desc toid; in get_mech_oid() local2862 toid.length = *(*buff_in)++; in get_mech_oid()2864 if ((*buff_in + toid.length) > end) in get_mech_oid()2867 toid.elements = *buff_in; in get_mech_oid()2868 *buff_in += toid.length; in get_mech_oid()2870 status = generic_gss_copy_oid(minor_status, &toid, &mech_out); in get_mech_oid()3888 gss_OID_desc toid; in g_verify_token_header() local3914 toid.length = *buf++; in g_verify_token_header()3916 if (toksize < toid.length) in g_verify_token_header()3919 toksize -= toid.length; in g_verify_token_header()[all …]