Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_hash.c7 #define lrot32(bits, word) (((word) << (bits)) | ((word) >> (32 - (bits)))) macro
8 #define rrot32(bits, word) lrot32(32 - (bits), word)
37 W[i] = lrot32(1, W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]); in roc_hash_sha1_gen()
55 temp = lrot32(5, A) + temp + E + W[i]; in roc_hash_sha1_gen()
58 C = lrot32(30, B); in roc_hash_sha1_gen()