| /Linux-v5.10/arch/x86/power/ | 
| D | hibernate.c | 58 #define MD5_DIGEST_SIZE 16  macro 65 	u8 e820_digest[MD5_DIGEST_SIZE]; 116 	u8 result[MD5_DIGEST_SIZE];  in hibernation_e820_mismatch() 118 	memset(result, 0, MD5_DIGEST_SIZE);  in hibernation_e820_mismatch() 120 	if (!memcmp(result, buf, MD5_DIGEST_SIZE))  in hibernation_e820_mismatch() 127 	return memcmp(result, buf, MD5_DIGEST_SIZE) ? true : false;  in hibernation_e820_mismatch()
  | 
| /Linux-v5.10/include/crypto/ | 
| D | md5.h | 7 #define MD5_DIGEST_SIZE		16  macro 17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
  | 
| /Linux-v5.10/crypto/ | 
| D | hash_info.c | 36 	[HASH_ALGO_MD4]		= MD5_DIGEST_SIZE, 37 	[HASH_ALGO_MD5]		= MD5_DIGEST_SIZE,
  | 
| D | md5.c | 26 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = { 219 	.digestsize	=	MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/rockchip/ | 
| D | rk3288_crypto_ahash.c | 31 	case MD5_DIGEST_SIZE:  in zero_message_process() 219 	case MD5_DIGEST_SIZE:  in rk_ahash_start() 386 			 .digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/arch/powerpc/crypto/ | 
| D | md5-glue.c | 124 	.digestsize	=	MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/arch/sparc/crypto/ | 
| D | md5_glue.c | 135 	.digestsize	=	MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/arch/mips/cavium-octeon/crypto/ | 
| D | octeon-md5.c | 172 	.digestsize	=	MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/fs/ecryptfs/ | 
| D | ecryptfs_kernel.h | 166 #define MD5_DIGEST_SIZE 16  macro 167 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
  | 
| D | crypto.c | 114 	char dst[MD5_DIGEST_SIZE];  in ecryptfs_derive_iv() 639 	char dst[MD5_DIGEST_SIZE];  in ecryptfs_compute_root_iv() 641 	BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE);  in ecryptfs_compute_root_iv()
  | 
| /Linux-v5.10/drivers/crypto/caam/ | 
| D | caamalg.c | 2088 			.maxauthsize = MD5_DIGEST_SIZE, 2213 			.maxauthsize = MD5_DIGEST_SIZE, 2235 			.maxauthsize = MD5_DIGEST_SIZE, 2477 			.maxauthsize = MD5_DIGEST_SIZE, 2499 			.maxauthsize = MD5_DIGEST_SIZE, 2751 			.maxauthsize = MD5_DIGEST_SIZE, 2773 			.maxauthsize = MD5_DIGEST_SIZE, 3016 			.maxauthsize = MD5_DIGEST_SIZE, 3040 			.maxauthsize = MD5_DIGEST_SIZE,
  | 
| D | caamalg_qi.c | 1647 			.maxauthsize = MD5_DIGEST_SIZE, 1669 			.maxauthsize = MD5_DIGEST_SIZE, 1914 			.maxauthsize = MD5_DIGEST_SIZE, 1936 			.maxauthsize = MD5_DIGEST_SIZE, 2188 			.maxauthsize = MD5_DIGEST_SIZE, 2210 			.maxauthsize = MD5_DIGEST_SIZE,
  | 
| D | caamalg_qi2.c | 1863 			.maxauthsize = MD5_DIGEST_SIZE, 1885 			.maxauthsize = MD5_DIGEST_SIZE, 2130 			.maxauthsize = MD5_DIGEST_SIZE, 2152 			.maxauthsize = MD5_DIGEST_SIZE, 2404 			.maxauthsize = MD5_DIGEST_SIZE, 2426 			.maxauthsize = MD5_DIGEST_SIZE, 2673 			.maxauthsize = MD5_DIGEST_SIZE, 2697 			.maxauthsize = MD5_DIGEST_SIZE, 4521 				.digestsize = MD5_DIGEST_SIZE, 4548 	static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE,  in caam_hash_cra_init()
  | 
| /Linux-v5.10/drivers/crypto/inside-secure/ | 
| D | safexcel_hash.c | 780 			       MD5_DIGEST_SIZE);  in safexcel_ahash_final() 1787 	req->state_sz = MD5_DIGEST_SIZE;  in safexcel_md5_init() 1788 	req->digest_sz = MD5_DIGEST_SIZE;  in safexcel_md5_init() 1816 			.digestsize = MD5_DIGEST_SIZE, 1843 	memcpy(req->state, &ctx->base.ipad, MD5_DIGEST_SIZE);  in safexcel_hmac_md5_init() 1850 	req->state_sz = MD5_DIGEST_SIZE;  in safexcel_hmac_md5_init() 1851 	req->digest_sz = MD5_DIGEST_SIZE;  in safexcel_hmac_md5_init() 1863 					MD5_DIGEST_SIZE);  in safexcel_hmac_md5_setkey() 1889 			.digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/stm32/ | 
| D | stm32-hash.c | 694 	case MD5_DIGEST_SIZE:  in stm32_hash_init() 757 		hashsize = MD5_DIGEST_SIZE;  in stm32_hash_copy_hash() 1133 			.digestsize = MD5_DIGEST_SIZE, 1159 			.digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/ | 
| D | ixp4xx_crypto.c | 93 #define MD5_DIGEST_SIZE   16  macro 1296 		.maxauthsize	= MD5_DIGEST_SIZE, 1308 		.maxauthsize	= MD5_DIGEST_SIZE, 1346 		.maxauthsize	= MD5_DIGEST_SIZE,
  | 
| D | omap-sham.c | 44 #define MD5_DIGEST_SIZE			16  macro 338 		d = MD5_DIGEST_SIZE / sizeof(u32);  in omap_sham_copy_ready_hash() 981 	case MD5_DIGEST_SIZE:  in omap_sham_init() 1470 	.halg.digestsize	= MD5_DIGEST_SIZE, 1517 	.halg.digestsize	= MD5_DIGEST_SIZE,
  | 
| D | img-hash.c | 653 	case MD5_DIGEST_SIZE:  in img_hash_digest() 765 			.digestsize = MD5_DIGEST_SIZE,
  | 
| D | talitos.c | 2637 			.maxauthsize = MD5_DIGEST_SIZE, 2659 			.maxauthsize = MD5_DIGEST_SIZE, 2680 			.maxauthsize = MD5_DIGEST_SIZE, 2704 			.maxauthsize = MD5_DIGEST_SIZE, 2828 			.halg.digestsize = MD5_DIGEST_SIZE, 2924 			.halg.digestsize = MD5_DIGEST_SIZE,
  | 
| D | s5p-sss.c | 205 #define HASH_MD5_MAX_REG		(MD5_DIGEST_SIZE / HASH_REG_SIZEOF) 1616 	case MD5_DIGEST_SIZE:  in s5p_hash_init() 1767 	.halg.digestsize	= MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/allwinner/sun4i-ss/ | 
| D | sun4i-ss-core.c | 46 			.digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/marvell/cesa/ | 
| D | hash.c | 921 		.digestsize = MD5_DIGEST_SIZE, 1301 		.digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/bcm/ | 
| D | cipher.c | 3192 		.maxauthsize = MD5_DIGEST_SIZE, 3267 		 .maxauthsize = MD5_DIGEST_SIZE, 3417 		 .maxauthsize = MD5_DIGEST_SIZE, 3770 		      .halg.digestsize = MD5_DIGEST_SIZE, 3791 		      .halg.digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/ccree/ | 
| D | cc_hash.c | 1734 				.digestsize = MD5_DIGEST_SIZE, 1735 				.statesize = CC_STATE_SIZE(MD5_DIGEST_SIZE), 1740 		.inter_digestsize = MD5_DIGEST_SIZE,
  | 
| /Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/ | 
| D | sun8i-ss-core.c | 301 			.digestsize = MD5_DIGEST_SIZE,
  |