Searched refs:K_SHA512 (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha512_core.c | 43 SHA2CORE_SHA512(a, b, c, d, e, f, g, h, W[i], K_SHA512[i]); in sha512_core_process() 48 K_SHA512[i]); in sha512_core_process()
|
H A D | sha384.c | 45 SHA2CORE_SHA512(a, b, c, d, e, f, g, h, W[i], K_SHA512[i]); in sha384_process() 50 K_SHA512[i]); in sha384_process()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 173 static const u64 K_SHA512[] = { variable
|