Searched refs:MD5_DIGEST_SIZE (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/crypto/ |
D | hash_info.c | 38 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE, 39 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
|
D | md5.c | 140 .digestsize = MD5_DIGEST_SIZE,
|
/linux-4.4.14/include/crypto/ |
D | md5.h | 6 #define MD5_DIGEST_SIZE 16 macro
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | md5-glue.c | 130 .digestsize = MD5_DIGEST_SIZE,
|
/linux-4.4.14/arch/sparc/crypto/ |
D | md5_glue.c | 135 .digestsize = MD5_DIGEST_SIZE,
|
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 173 .digestsize = MD5_DIGEST_SIZE,
|
/linux-4.4.14/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 163 #define MD5_DIGEST_SIZE 16 macro 164 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
|
D | crypto.c | 175 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() 686 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv() 688 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE); in ecryptfs_compute_root_iv()
|
/linux-4.4.14/drivers/crypto/ |
D | ixp4xx_crypto.c | 97 #define MD5_DIGEST_SIZE 16 macro 1312 .maxauthsize = MD5_DIGEST_SIZE, 1324 .maxauthsize = MD5_DIGEST_SIZE, 1360 .maxauthsize = MD5_DIGEST_SIZE,
|
D | omap-sham.c | 47 #define MD5_DIGEST_SIZE 16 macro 331 d = MD5_DIGEST_SIZE / sizeof(u32); in omap_sham_copy_ready_hash() 863 case MD5_DIGEST_SIZE: in omap_sham_init() 1352 .halg.digestsize = MD5_DIGEST_SIZE, 1401 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | img-hash.c | 626 case MD5_DIGEST_SIZE: in img_hash_digest() 716 .digestsize = MD5_DIGEST_SIZE,
|
D | n2_core.c | 1279 static const char md5_zero[MD5_DIGEST_SIZE] = { 1324 .hw_op_hashsz = MD5_DIGEST_SIZE, 1325 .digest_size = MD5_DIGEST_SIZE,
|
D | talitos.c | 2330 .maxauthsize = MD5_DIGEST_SIZE, 2350 .maxauthsize = MD5_DIGEST_SIZE, 2400 .halg.digestsize = MD5_DIGEST_SIZE, 2496 .halg.digestsize = MD5_DIGEST_SIZE,
|
D | picoxcell_crypto.c | 1459 .maxauthsize = MD5_DIGEST_SIZE, 1550 .maxauthsize = MD5_DIGEST_SIZE,
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 3058 .maxauthsize = MD5_DIGEST_SIZE, 3189 .maxauthsize = MD5_DIGEST_SIZE, 3212 .maxauthsize = MD5_DIGEST_SIZE, 3465 .maxauthsize = MD5_DIGEST_SIZE, 3488 .maxauthsize = MD5_DIGEST_SIZE, 3751 .maxauthsize = MD5_DIGEST_SIZE, 3774 .maxauthsize = MD5_DIGEST_SIZE, 4028 .maxauthsize = MD5_DIGEST_SIZE, 4053 .maxauthsize = MD5_DIGEST_SIZE,
|
D | caamhash.c | 1743 .digestsize = MD5_DIGEST_SIZE, 1771 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 41 .digestsize = MD5_DIGEST_SIZE,
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 904 .digestsize = MD5_DIGEST_SIZE, 1266 .digestsize = MD5_DIGEST_SIZE,
|