Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha512_core.c47 SHA2CORE_SHA512(a, b, c, d, e, f, g, h, UPDATEW_SHA512(W, i), in sha512_core_process()
H A Dsha384.c49 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 Dsha2.h172 #define UPDATEW_SHA512(w, i) UPDATEW(w, i, SHA512) macro