Searched refs:SHA2CORE (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 109 #define SHA2CORE(a, b, c, d, e, f, g, h, w, k, sha_word_type, sha_type) do {\ macro 135 SHA2CORE(a, b, c, d, e, f, g, h, w, k, u32, SHA256) 171 SHA2CORE(a, b, c, d, e, f, g, h, w, k, u64, SHA512)
|