Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_anti_replay.h29 uint64_t seqword, shiftwords; in anti_replay_check() local
107 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()