Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha224.c45 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 Dsha256.c45 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 Dsha2.h134 #define SHA2CORE_SHA256(a, b, c, d, e, f, g, h, w, k) \ macro