HomeSort by relevance Sort by last modified time
    Searched defs:SEQ_WIN (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/rpcsec_gss/
svc_rpcsec_gss.c 58 #define SEQ_WIN (SEQ_ARR_SIZE*32)
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)) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/
svc_rpcsec_gss.c 64 #define SEQ_WIN (SEQ_ARR_SIZE*32)
384 * If the number of bits to be shifted exceeds SEQ_WIN, just
387 if (nbits < SEQ_WIN) {
428 * number and extends downwards by SEQ_WIN.
442 if (i >= SEQ_WIN) {
723 call_res.seq_window = SEQ_WIN;
851 * checksum of SEQ_WIN
855 (uint_t)SEQ_WIN)) {
    [all...]

Completed in 60 milliseconds