Searched refs:SHA2CORE_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() 47 SHA2CORE_SHA512(a, b, c, d, e, f, g, h, UPDATEW_SHA512(W, 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() 49 SHA2CORE_SHA512(a, b, c, d, e, f, g, h, UPDATEW_SHA512(W, i), in sha384_process()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 170 #define SHA2CORE_SHA512(a, b, c, d, e, f, g, h, w, k) \ macro
|