Searched refs:MD5_DIGEST_SIZE (Results 1 – 13 of 13) sorted by relevance
/linux/include/crypto/ |
H A D | md5.h | 7 #define MD5_DIGEST_SIZE 16 macro 17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
|
/linux/crypto/ |
H A D | hash_info.c | 39 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE, 40 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
|
H A D | md5.c | 26 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = { 219 .digestsize = MD5_DIGEST_SIZE,
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 77 case MD5_DIGEST_SIZE: in zero_message_process() 291 case MD5_DIGEST_SIZE: in rk_hash_run() 450 .digestsize = MD5_DIGEST_SIZE,
|
/linux/arch/powerpc/crypto/ |
H A D | md5-glue.c | 124 .digestsize = MD5_DIGEST_SIZE,
|
/linux/arch/sparc/crypto/ |
H A D | md5_glue.c | 136 .digestsize = MD5_DIGEST_SIZE,
|
/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 174 .digestsize = MD5_DIGEST_SIZE,
|
/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 2151 .maxauthsize = MD5_DIGEST_SIZE, 2294 .maxauthsize = MD5_DIGEST_SIZE, 2319 .maxauthsize = MD5_DIGEST_SIZE, 2594 .maxauthsize = MD5_DIGEST_SIZE, 2619 .maxauthsize = MD5_DIGEST_SIZE, 2904 .maxauthsize = MD5_DIGEST_SIZE, 2929 .maxauthsize = MD5_DIGEST_SIZE, 3205 .maxauthsize = MD5_DIGEST_SIZE, 3232 .maxauthsize = MD5_DIGEST_SIZE,
|
H A D | caamalg_qi.c | 1663 .maxauthsize = MD5_DIGEST_SIZE, 1685 .maxauthsize = MD5_DIGEST_SIZE, 1930 .maxauthsize = MD5_DIGEST_SIZE, 1952 .maxauthsize = MD5_DIGEST_SIZE, 2204 .maxauthsize = MD5_DIGEST_SIZE, 2226 .maxauthsize = MD5_DIGEST_SIZE,
|
H A D | caamalg_qi2.c | 1872 .maxauthsize = MD5_DIGEST_SIZE, 1894 .maxauthsize = MD5_DIGEST_SIZE, 2139 .maxauthsize = MD5_DIGEST_SIZE, 2161 .maxauthsize = MD5_DIGEST_SIZE, 2413 .maxauthsize = MD5_DIGEST_SIZE, 2435 .maxauthsize = MD5_DIGEST_SIZE, 2682 .maxauthsize = MD5_DIGEST_SIZE, 2706 .maxauthsize = MD5_DIGEST_SIZE, 4536 .digestsize = MD5_DIGEST_SIZE, 4564 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
H A D | caamhash.c | 1708 .digestsize = MD5_DIGEST_SIZE, 1773 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
/linux/drivers/crypto/ |
H A D | img-hash.c | 658 case MD5_DIGEST_SIZE: in img_hash_digest() 765 .digestsize = MD5_DIGEST_SIZE,
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 945 .digestsize = MD5_DIGEST_SIZE, 1300 .digestsize = MD5_DIGEST_SIZE,
|