Searched refs:SHA2CORE_SHA256 (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha224.c | 45 SHA2CORE_SHA256(a, b, c, d, e, f, g, h, W[i], K_SHA256[i]); in sha224_process() 49 SHA2CORE_SHA256(a, b, c, d, e, f, g, h, UPDATEW_SHA256(W, i), in sha224_process()
|
H A D | sha256.c | 45 SHA2CORE_SHA256(a, b, c, d, e, f, g, h, W[i], K_SHA256[i]); in sha256_process() 49 SHA2CORE_SHA256(a, b, c, d, e, f, g, h, UPDATEW_SHA256(W, i), in sha256_process()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 134 #define SHA2CORE_SHA256(a, b, c, d, e, f, g, h, w, k) \ macro
|