Home
last modified time | relevance | path

Searched refs:shiftwords (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
131 shiftwords = ((wint + shift - 1) >> WORD_SHIFT) - in anti_replay_check()
133 if (unlikely(shiftwords)) { in anti_replay_check()
135 for (i = 0; i < shiftwords; i++) { in anti_replay_check()