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

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c58 #define SEQ_WIN (SEQ_ARR_SIZE*32) macro
283 * If the number of bits to be shifted exceeds SEQ_WIN, just
286 if (nbits < SEQ_WIN) {
326 * number and extends downwards by SEQ_WIN.
339 if (i >= SEQ_WIN)
677 call_res.seq_window = SEQ_WIN;
864 * set response verifier: checksum of SEQ_WIN
868 (uint_t)SEQ_WIN)) {
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c66 #define SEQ_WIN (SEQ_ARR_SIZE*32) macro
386 * If the number of bits to be shifted exceeds SEQ_WIN, just
389 if (nbits < SEQ_WIN) {
430 * number and extends downwards by SEQ_WIN.
444 if (i >= SEQ_WIN) {
725 call_res.seq_window = SEQ_WIN;
853 * checksum of SEQ_WIN
857 (uint_t)SEQ_WIN)) {

Completed in 687 milliseconds