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

/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3947 unsigned int toksize)
3955 if (toksize-- < 1)
3961 if ((seqsize = gssint_get_der_length(&buf, toksize, &bytes)) < 0)
3964 if ((seqsize + bytes) != toksize)
3967 if (toksize-- < 1)
3974 if (toksize-- < 1)
3979 if (toksize < toid.length)
3982 toksize -= toid.length;
3994 if (toksize < 2)
3997 toksize
3943 g_verify_token_header(gss_OID_const mech, unsigned int *body_size, unsigned char **buf_in, int tok_type, unsigned int toksize) argument
[all...]

Completed in 40 milliseconds