Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1578 #define REMAIN (buf->length - (ptr - bufstart)) in acc_ctx_cont() macro
1579 if (REMAIN > INT_MAX) in acc_ctx_cont()
1587 &len, &ptr, 0, REMAIN); in acc_ctx_cont()
1596 ret = get_negTokenResp(minstat, ptr, REMAIN, in acc_ctx_cont()
1620 #undef REMAIN in acc_ctx_cont()
3032 #define REMAIN (buf->length - ((unsigned char *)buf->value - ptr)) in put_mech_set() macro
3035 if (gssint_put_der_length(ilen, &ptr, REMAIN) < 0) in put_mech_set()
3038 if (put_mech_oid(&ptr, &mechSet->elements[i], REMAIN) < 0) { in put_mech_set()
3043 #undef REMAIN in put_mech_set()
3101 #define REMAIN (buf->length - (ptr - bufstart)) in get_negTokenInit() macro
[all …]