Home
last modified time | relevance | path

Searched refs:MD5_DIGEST_SIZE (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/include/crypto/
H A Dmd5.h7 #define MD5_DIGEST_SIZE 16 macro
17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
/linux-6.15/crypto/
H A Dhash_info.c39 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE,
40 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
H A Dmd5.c26 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = {
219 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/inside-secure/eip93/
H A Deip93-aead.c270 .maxauthsize = MD5_DIGEST_SIZE,
383 .maxauthsize = MD5_DIGEST_SIZE,
498 .maxauthsize = MD5_DIGEST_SIZE,
610 .maxauthsize = MD5_DIGEST_SIZE,
H A Deip93-hash.c457 MD5_DIGEST_SIZE); in __eip93_hash_final()
637 .digestsize = MD5_DIGEST_SIZE,
758 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c77 case MD5_DIGEST_SIZE: in zero_message_process()
291 case MD5_DIGEST_SIZE: in rk_hash_run()
450 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/arch/powerpc/crypto/
H A Dmd5-glue.c124 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/arch/sparc/crypto/
H A Dmd5_glue.c136 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c174 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/fs/ecryptfs/
H A Decryptfs_kernel.h166 #define MD5_DIGEST_SIZE 16 macro
167 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
H A Dcrypto.c114 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv()
613 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv()
615 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE); in ecryptfs_compute_root_iv()
/linux-6.15/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c782 MD5_DIGEST_SIZE); in safexcel_ahash_final()
1763 req->state_sz = MD5_DIGEST_SIZE; in safexcel_md5_init()
1764 req->digest_sz = MD5_DIGEST_SIZE; in safexcel_md5_init()
1792 .digestsize = MD5_DIGEST_SIZE,
1819 memcpy(req->state, &ctx->base.ipad, MD5_DIGEST_SIZE); in safexcel_hmac_md5_init()
1826 req->state_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init()
1827 req->digest_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init()
1839 MD5_DIGEST_SIZE); in safexcel_hmac_md5_setkey()
1865 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/caam/
H A Dcaamalg.c2151 .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 Dcaamalg_qi.c1663 .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 Dcaamalg_qi2.c1873 .maxauthsize = MD5_DIGEST_SIZE,
1895 .maxauthsize = MD5_DIGEST_SIZE,
2140 .maxauthsize = MD5_DIGEST_SIZE,
2162 .maxauthsize = MD5_DIGEST_SIZE,
2414 .maxauthsize = MD5_DIGEST_SIZE,
2436 .maxauthsize = MD5_DIGEST_SIZE,
2683 .maxauthsize = MD5_DIGEST_SIZE,
2707 .maxauthsize = MD5_DIGEST_SIZE,
4537 .digestsize = MD5_DIGEST_SIZE,
4565 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
/linux-6.15/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c93 #define MD5_DIGEST_SIZE 16 macro
1416 .maxauthsize = MD5_DIGEST_SIZE,
1428 .maxauthsize = MD5_DIGEST_SIZE,
1466 .maxauthsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/
H A Domap-sham.c41 #define MD5_DIGEST_SIZE 16 macro
333 d = MD5_DIGEST_SIZE / sizeof(u32); in omap_sham_copy_ready_hash()
958 case MD5_DIGEST_SIZE: in omap_sham_init()
1450 .base.halg.digestsize = MD5_DIGEST_SIZE,
1497 .base.halg.digestsize = MD5_DIGEST_SIZE,
H A Dimg-hash.c658 case MD5_DIGEST_SIZE: in img_hash_digest()
765 .digestsize = MD5_DIGEST_SIZE,
H A Dtalitos.c2643 .maxauthsize = MD5_DIGEST_SIZE,
2665 .maxauthsize = MD5_DIGEST_SIZE,
2686 .maxauthsize = MD5_DIGEST_SIZE,
2710 .maxauthsize = MD5_DIGEST_SIZE,
2850 .halg.digestsize = MD5_DIGEST_SIZE,
2946 .halg.digestsize = MD5_DIGEST_SIZE,
H A Ds5p-sss.c206 #define HASH_MD5_MAX_REG (MD5_DIGEST_SIZE / HASH_REG_SIZEOF)
1594 case MD5_DIGEST_SIZE: in s5p_hash_init()
1744 .halg.digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c46 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/marvell/cesa/
H A Dhash.c945 .digestsize = MD5_DIGEST_SIZE,
1300 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/stm32/
H A Dstm32-hash.c833 case MD5_DIGEST_SIZE: in stm32_hash_init()
1601 .digestsize = MD5_DIGEST_SIZE,
1630 .digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/bcm/
H A Dcipher.c3157 .maxauthsize = MD5_DIGEST_SIZE,
3232 .maxauthsize = MD5_DIGEST_SIZE,
3382 .maxauthsize = MD5_DIGEST_SIZE,
3678 .halg.digestsize = MD5_DIGEST_SIZE,
3699 .halg.digestsize = MD5_DIGEST_SIZE,
/linux-6.15/drivers/crypto/ccree/
H A Dcc_hash.c1734 .digestsize = MD5_DIGEST_SIZE,
1735 .statesize = CC_STATE_SIZE(MD5_DIGEST_SIZE),
1740 .inter_digestsize = MD5_DIGEST_SIZE,

12