Searched refs:seqword (Results 1 – 1 of 1) sorted by relevance
29 uint64_t seqword, shiftwords; in anti_replay_check() local107 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in anti_replay_check()116 window[seqword] |= (1ull << (63 - bit_pos)); in anti_replay_check()151 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in anti_replay_check()157 if (window[seqword] & (1ull << (63 - bit_pos))) in anti_replay_check()164 window[seqword] |= (1ull << (63 - bit_pos)); in anti_replay_check()