Home
last modified time | relevance | path

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

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