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

/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1634 #define REMAIN (buf->length - (ptr - bufstart)) macro
1635 if (REMAIN > INT_MAX)
1643 &len, &ptr, 0, REMAIN);
1652 ret = get_negTokenResp(minstat, ptr, REMAIN,
1676 #undef REMAIN macro
3104 #define REMAIN (buf->length - ((unsigned char *)buf->value - ptr)) macro
3107 if (gssint_put_der_length(ilen, &ptr, REMAIN) < 0)
3110 if (put_mech_oid(&ptr, &mechSet->elements[i], REMAIN) < 0) {
3115 #undef REMAIN macro
3173 #define REMAIN (bu macro
3221 #undef REMAIN macro
3241 #define REMAIN macro
3314 #undef REMAIN macro
[all...]

Completed in 20 milliseconds