Searched defs:SHA224_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/include/libecc/hash/ | ||
H A D | sha224.h | 27 #define SHA224_BLOCK_SIZE 64 macro |
/freebsd/crypto/libecc/src/hash/ | ||
H A D | sha224.c | 23 const u8 data[SHA224_BLOCK_SIZE]) in sha224_process() |