Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha224.c49 SHA2CORE_SHA256(a, b, c, d, e, f, g, h, UPDATEW_SHA256(W, i), in sha224_process()
H A Dsha256.c49 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.h136 #define UPDATEW_SHA256(w, i) UPDATEW(w, i, SHA256) macro