Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dsha1.h93 #define SHA1_BLOCK_SIZE 64 macro
H A Dsha1.c41 const u8 data[SHA1_BLOCK_SIZE]) in sha1_process()