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

/osnet-11/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c1384 gss_OID_desc toid; local
1405 toid.length = *buf++;
1407 if ((toksize -= toid.length) < 0)
1409 toid.elements = buf;
1410 buf += toid.length;
1412 if (!g_OID_equal(&toid, mech))
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2914 gss_OID_desc toid; local
2925 toid.length = *(*buff_in)++;
2927 if ((*buff_in + toid.length) > end)
2930 toid.elements = *buff_in;
2931 *buff_in += toid.length;
2933 status = generic_gss_copy_oid(minor_status, &toid, &mech_out);
3951 gss_OID_desc toid; local
3977 toid.length = *buf++;
3979 if (toksize < toid.length)
3982 toksize -= toid
[all...]

Completed in 40 milliseconds