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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_ctxsetup.c52 int field_length, i; local
69 field_length = (ptr[0]<<8) | ptr[1];
73 *nctypes = field_length;
86 for (i=0; i<field_length; i++) {
100 field_length = (ptr[2]<<8) | ptr[3];
104 if (token_length < field_length)
109 options[i].length = field_length;
115 ptr += field_length;
116 token_length -= field_length;
121 field_length
[all...]

Completed in 53 milliseconds