Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd2.h18 #define MD2_BLOCK_SIZE 16 macro
H A Dmd2.c37 const u8 data[MD2_BLOCK_SIZE]) in md2_process()