Home
last modified time | relevance | path

Searched defs:SHA224_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha224.h27 #define SHA224_BLOCK_SIZE 64 macro
/freebsd/crypto/libecc/src/hash/
H A Dsha224.c23 const u8 data[SHA224_BLOCK_SIZE]) in sha224_process()