Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd4.h92 #define MD4_BLOCK_SIZE 64 macro
H A Dmd4.c30 const u8 data[MD4_BLOCK_SIZE]) in md4_process()