Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_hash.c19 const uint32_t _K[] = {/* Round Constants defined in SHA-1 */ in roc_hash_sha1_gen() local
47 temp = ((B & C) | ((~B) & D)) + _K[0]; in roc_hash_sha1_gen()
49 temp = (B ^ C ^ D) + _K[1]; in roc_hash_sha1_gen()
51 temp = ((B & C) | (B & D) | (C & D)) + _K[2]; in roc_hash_sha1_gen()
53 temp = (B ^ C ^ D) + _K[3]; in roc_hash_sha1_gen()
82 const uint32_t _K[] = { in roc_hash_sha256_gen() local
132 temp[1] = H + S1 + temp[0] + _K[i] + W[i]; in roc_hash_sha256_gen()
172 const uint64_t _K[] = { in roc_hash_sha512_gen() local
244 temp[1] = H + S1 + temp[0] + _K[i] + W[i]; in roc_hash_sha512_gen()