Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_anti_replay.h13 #define WORD_SIZE (1 << WORD_SHIFT) macro
14 #define WORD_MASK (WORD_SIZE - 1)
24 uint64_t ex_winsz = winsz + WORD_SIZE; in anti_replay_check()
134 tmp = (wint + WORD_SIZE - 1) / WORD_SIZE; in anti_replay_check()