/Linux-v4.19/arch/x86/power/ |
D | hibernate_64.c | 215 #define MD5_DIGEST_SIZE 16 macro 222 u8 e820_digest[MD5_DIGEST_SIZE]; 276 u8 result[MD5_DIGEST_SIZE]; in hibernation_e820_mismatch() 278 memset(result, 0, MD5_DIGEST_SIZE); in hibernation_e820_mismatch() 280 if (!memcmp(result, buf, MD5_DIGEST_SIZE)) in hibernation_e820_mismatch() 287 return memcmp(result, buf, MD5_DIGEST_SIZE) ? true : false; in hibernation_e820_mismatch()
|
/Linux-v4.19/include/crypto/ |
D | md5.h | 7 #define MD5_DIGEST_SIZE 16 macro 17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
|
/Linux-v4.19/crypto/ |
D | hash_info.c | 39 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE, 40 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
|
D | md5.c | 29 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = { 222 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 33 case MD5_DIGEST_SIZE: in zero_message_process() 221 case MD5_DIGEST_SIZE: in rk_ahash_start() 388 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | md5-glue.c | 130 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/arch/sparc/crypto/ |
D | md5_glue.c | 135 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 173 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 180 #define MD5_DIGEST_SIZE 16 macro 181 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
|
D | crypto.c | 143 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() 665 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv() 667 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE); in ecryptfs_compute_root_iv()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg.c | 2032 .maxauthsize = MD5_DIGEST_SIZE, 2157 .maxauthsize = MD5_DIGEST_SIZE, 2179 .maxauthsize = MD5_DIGEST_SIZE, 2421 .maxauthsize = MD5_DIGEST_SIZE, 2443 .maxauthsize = MD5_DIGEST_SIZE, 2695 .maxauthsize = MD5_DIGEST_SIZE, 2717 .maxauthsize = MD5_DIGEST_SIZE, 2960 .maxauthsize = MD5_DIGEST_SIZE, 2984 .maxauthsize = MD5_DIGEST_SIZE,
|
D | caamalg_qi.c | 1733 .maxauthsize = MD5_DIGEST_SIZE, 1755 .maxauthsize = MD5_DIGEST_SIZE, 2000 .maxauthsize = MD5_DIGEST_SIZE, 2022 .maxauthsize = MD5_DIGEST_SIZE, 2274 .maxauthsize = MD5_DIGEST_SIZE, 2296 .maxauthsize = MD5_DIGEST_SIZE,
|
D | caamhash.c | 1708 .digestsize = MD5_DIGEST_SIZE, 1734 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 642 MD5_DIGEST_SIZE); in safexcel_ahash_final() 1559 req->state_sz = MD5_DIGEST_SIZE; in safexcel_md5_init() 1586 .digestsize = MD5_DIGEST_SIZE, 1617 MD5_DIGEST_SIZE); in safexcel_hmac_md5_setkey() 1643 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/stm32/ |
D | stm32-hash.c | 708 case MD5_DIGEST_SIZE: in stm32_hash_init() 771 hashsize = MD5_DIGEST_SIZE; in stm32_hash_copy_hash() 1147 .digestsize = MD5_DIGEST_SIZE, 1173 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/ |
D | ixp4xx_crypto.c | 96 #define MD5_DIGEST_SIZE 16 macro 1308 .maxauthsize = MD5_DIGEST_SIZE, 1320 .maxauthsize = MD5_DIGEST_SIZE, 1356 .maxauthsize = MD5_DIGEST_SIZE,
|
D | omap-sham.c | 47 #define MD5_DIGEST_SIZE 16 macro 336 d = MD5_DIGEST_SIZE / sizeof(u32); in omap_sham_copy_ready_hash() 952 case MD5_DIGEST_SIZE: in omap_sham_init() 1484 .halg.digestsize = MD5_DIGEST_SIZE, 1531 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | img-hash.c | 655 case MD5_DIGEST_SIZE: in img_hash_digest() 767 .digestsize = MD5_DIGEST_SIZE,
|
D | talitos.c | 2623 .maxauthsize = MD5_DIGEST_SIZE, 2644 .maxauthsize = MD5_DIGEST_SIZE, 2664 .maxauthsize = MD5_DIGEST_SIZE, 2686 .maxauthsize = MD5_DIGEST_SIZE, 2819 .halg.digestsize = MD5_DIGEST_SIZE, 2909 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | s5p-sss.c | 205 #define HASH_MD5_MAX_REG (MD5_DIGEST_SIZE / HASH_REG_SIZEOF) 1637 case MD5_DIGEST_SIZE: in s5p_hash_init() 1788 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | picoxcell_crypto.c | 1481 .maxauthsize = MD5_DIGEST_SIZE, 1572 .maxauthsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 41 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | hash.c | 915 .digestsize = MD5_DIGEST_SIZE, 1293 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_hash.c | 1675 .digestsize = MD5_DIGEST_SIZE, 1676 .statesize = CC_STATE_SIZE(MD5_DIGEST_SIZE), 1681 .inter_digestsize = MD5_DIGEST_SIZE,
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.c | 3318 .maxauthsize = MD5_DIGEST_SIZE, 3387 .maxauthsize = MD5_DIGEST_SIZE, 3525 .maxauthsize = MD5_DIGEST_SIZE, 3912 .halg.digestsize = MD5_DIGEST_SIZE, 3932 .halg.digestsize = MD5_DIGEST_SIZE,
|