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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_token.c199 gss_OID_desc toid; local
225 toid.length = *buf++;
227 if ((toksize-=toid.length) < 0)
229 toid.elements = buf;
230 buf+=toid.length;
232 if (! g_OID_equal(&toid, mech))
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c519 gss_OID_desc toid; local
540 toid.length = *buf++;
542 if ((toksize -= toid.length) < 0)
544 toid.elements = buf;
545 buf += toid.length;
547 if (! g_OID_equal(&toid, mech))
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c1361 gss_OID_desc toid; local
1382 toid.length = *buf++;
1384 if ((toksize -= toid.length) < 0)
1386 toid.elements = buf;
1387 buf += toid.length;
1389 if (!g_OID_equal(&toid, mech))
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2851 gss_OID_desc toid; local
2862 toid.length = *(*buff_in)++;
2864 if ((*buff_in + toid.length) > end)
2867 toid.elements = *buff_in;
2868 *buff_in += toid.length;
2870 status = generic_gss_copy_oid(minor_status, &toid, &mech_out);
3888 gss_OID_desc toid; local
3914 toid.length = *buf++;
3916 if (toksize < toid.length)
3919 toksize -= toid
[all...]

Completed in 71 milliseconds