/Linux-v5.4/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.4/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.4/crypto/ |
D | hash_info.c | 36 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE, 37 [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-v5.4/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 30 case MD5_DIGEST_SIZE: in zero_message_process() 218 case MD5_DIGEST_SIZE: in rk_ahash_start() 385 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 678 MD5_DIGEST_SIZE); in safexcel_ahash_final() 1627 req->state_sz = MD5_DIGEST_SIZE; in safexcel_md5_init() 1655 .digestsize = MD5_DIGEST_SIZE, 1681 memcpy(req->state, ctx->ipad, MD5_DIGEST_SIZE); in safexcel_hmac_md5_init() 1688 req->state_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init() 1700 MD5_DIGEST_SIZE); in safexcel_hmac_md5_setkey() 1726 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/arch/powerpc/crypto/ |
D | md5-glue.c | 125 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/arch/sparc/crypto/ |
D | md5_glue.c | 136 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 173 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/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 | 129 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() 652 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv() 654 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE); in ecryptfs_compute_root_iv()
|
/Linux-v5.4/drivers/crypto/caam/ |
D | caamalg.c | 2152 .maxauthsize = MD5_DIGEST_SIZE, 2277 .maxauthsize = MD5_DIGEST_SIZE, 2299 .maxauthsize = MD5_DIGEST_SIZE, 2541 .maxauthsize = MD5_DIGEST_SIZE, 2563 .maxauthsize = MD5_DIGEST_SIZE, 2815 .maxauthsize = MD5_DIGEST_SIZE, 2837 .maxauthsize = MD5_DIGEST_SIZE, 3080 .maxauthsize = MD5_DIGEST_SIZE, 3104 .maxauthsize = MD5_DIGEST_SIZE,
|
D | caamalg_qi.c | 1618 .maxauthsize = MD5_DIGEST_SIZE, 1640 .maxauthsize = MD5_DIGEST_SIZE, 1885 .maxauthsize = MD5_DIGEST_SIZE, 1907 .maxauthsize = MD5_DIGEST_SIZE, 2159 .maxauthsize = MD5_DIGEST_SIZE, 2181 .maxauthsize = MD5_DIGEST_SIZE,
|
D | caamalg_qi2.c | 1796 .maxauthsize = MD5_DIGEST_SIZE, 1818 .maxauthsize = MD5_DIGEST_SIZE, 2063 .maxauthsize = MD5_DIGEST_SIZE, 2085 .maxauthsize = MD5_DIGEST_SIZE, 2337 .maxauthsize = MD5_DIGEST_SIZE, 2359 .maxauthsize = MD5_DIGEST_SIZE, 2606 .maxauthsize = MD5_DIGEST_SIZE, 2630 .maxauthsize = MD5_DIGEST_SIZE, 4494 .digestsize = MD5_DIGEST_SIZE, 4521 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
/Linux-v5.4/drivers/crypto/stm32/ |
D | stm32-hash.c | 692 case MD5_DIGEST_SIZE: in stm32_hash_init() 755 hashsize = MD5_DIGEST_SIZE; in stm32_hash_copy_hash() 1131 .digestsize = MD5_DIGEST_SIZE, 1157 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/drivers/crypto/ |
D | ixp4xx_crypto.c | 92 #define MD5_DIGEST_SIZE 16 macro 1329 .maxauthsize = MD5_DIGEST_SIZE, 1341 .maxauthsize = MD5_DIGEST_SIZE, 1379 .maxauthsize = MD5_DIGEST_SIZE,
|
D | omap-sham.c | 44 #define MD5_DIGEST_SIZE 16 macro 333 d = MD5_DIGEST_SIZE / sizeof(u32); in omap_sham_copy_ready_hash() 949 case MD5_DIGEST_SIZE: in omap_sham_init() 1479 .halg.digestsize = MD5_DIGEST_SIZE, 1526 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | img-hash.c | 652 case MD5_DIGEST_SIZE: in img_hash_digest() 764 .digestsize = MD5_DIGEST_SIZE,
|
D | talitos.c | 2625 .maxauthsize = MD5_DIGEST_SIZE, 2646 .maxauthsize = MD5_DIGEST_SIZE, 2666 .maxauthsize = MD5_DIGEST_SIZE, 2689 .maxauthsize = MD5_DIGEST_SIZE, 2827 .halg.digestsize = MD5_DIGEST_SIZE, 2917 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | s5p-sss.c | 205 #define HASH_MD5_MAX_REG (MD5_DIGEST_SIZE / HASH_REG_SIZEOF) 1642 case MD5_DIGEST_SIZE: in s5p_hash_init() 1793 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | picoxcell_crypto.c | 1479 .maxauthsize = MD5_DIGEST_SIZE, 1570 .maxauthsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 37 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/drivers/crypto/marvell/ |
D | hash.c | 911 .digestsize = MD5_DIGEST_SIZE, 1288 .digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/drivers/crypto/bcm/ |
D | cipher.c | 3253 .maxauthsize = MD5_DIGEST_SIZE, 3322 .maxauthsize = MD5_DIGEST_SIZE, 3460 .maxauthsize = MD5_DIGEST_SIZE, 3846 .halg.digestsize = MD5_DIGEST_SIZE, 3866 .halg.digestsize = MD5_DIGEST_SIZE,
|
/Linux-v5.4/drivers/crypto/ccree/ |
D | cc_hash.c | 1735 .digestsize = MD5_DIGEST_SIZE, 1736 .statesize = CC_STATE_SIZE(MD5_DIGEST_SIZE), 1741 .inter_digestsize = MD5_DIGEST_SIZE,
|