Searched refs:REMAIN (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | spnego_mech.c | 1583 #define REMAIN (buf->length - (ptr - bufstart)) in acc_ctx_cont() macro 1584 if (REMAIN > INT_MAX) in acc_ctx_cont() 1592 &len, &ptr, 0, REMAIN); in acc_ctx_cont() 1601 ret = get_negTokenResp(minstat, ptr, REMAIN, in acc_ctx_cont() 1625 #undef REMAIN in acc_ctx_cont() 3041 #define REMAIN (buf->length - ((unsigned char *)buf->value - ptr)) in put_mech_set() macro 3044 if (gssint_put_der_length(ilen, &ptr, REMAIN) < 0) in put_mech_set() 3047 if (put_mech_oid(&ptr, &mechSet->elements[i], REMAIN) < 0) { in put_mech_set() 3052 #undef REMAIN in put_mech_set() 3110 #define REMAIN (buf->length - (ptr - bufstart)) in get_negTokenInit() macro [all …]
|