Home
last modified time | relevance | path

Searched refs:MD5_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Dmd5.h10 #define MD5_BLOCK_SIZE 64 macro
45 u8 buf[MD5_BLOCK_SIZE] __aligned(__alignof__(__le64));
/linux/crypto/
H A Dmd5.c31 partial = ctx.bytecount % MD5_BLOCK_SIZE; in __crypto_md5_export()
182 .base.cra_blocksize = MD5_BLOCK_SIZE,
200 .base.cra_blocksize = MD5_BLOCK_SIZE,