Home
last modified time | relevance | path

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

12

/openbmc/linux/include/crypto/
H A Dmd5.h7 #define MD5_DIGEST_SIZE 16 macro
17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
/openbmc/linux/crypto/
H A Dhash_info.c36 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE,
37 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
H A Dmd5.c26 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = {
219 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/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()
452 .digestsize = MD5_DIGEST_SIZE,
/openbmc/qemu/crypto/
H A Dpbkdf-nettle.c71 MD5_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
H A Dhash-nettle.c57 .len = MD5_DIGEST_SIZE,
H A Dhmac-nettle.c54 .len = MD5_DIGEST_SIZE,
/openbmc/linux/arch/powerpc/crypto/
H A Dmd5-glue.c124 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/arch/sparc/crypto/
H A Dmd5_glue.c136 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c174 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/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()
610 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv()
612 BUG_ON(crypt_stat->iv_bytes > MD5_DIGEST_SIZE); in ecryptfs_compute_root_iv()
/openbmc/linux/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,
/openbmc/linux/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.c1872 .maxauthsize = MD5_DIGEST_SIZE,
1894 .maxauthsize = MD5_DIGEST_SIZE,
2139 .maxauthsize = MD5_DIGEST_SIZE,
2161 .maxauthsize = MD5_DIGEST_SIZE,
2413 .maxauthsize = MD5_DIGEST_SIZE,
2435 .maxauthsize = MD5_DIGEST_SIZE,
2682 .maxauthsize = MD5_DIGEST_SIZE,
2706 .maxauthsize = MD5_DIGEST_SIZE,
4536 .digestsize = MD5_DIGEST_SIZE,
4563 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
/openbmc/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c93 #define MD5_DIGEST_SIZE 16 macro
1413 .maxauthsize = MD5_DIGEST_SIZE,
1425 .maxauthsize = MD5_DIGEST_SIZE,
1463 .maxauthsize = MD5_DIGEST_SIZE,
/openbmc/linux/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()
1451 .base.halg.digestsize = MD5_DIGEST_SIZE,
1500 .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.c2642 .maxauthsize = MD5_DIGEST_SIZE,
2664 .maxauthsize = MD5_DIGEST_SIZE,
2685 .maxauthsize = MD5_DIGEST_SIZE,
2709 .maxauthsize = MD5_DIGEST_SIZE,
2849 .halg.digestsize = MD5_DIGEST_SIZE,
2945 .halg.digestsize = MD5_DIGEST_SIZE,
H A Ds5p-sss.c206 #define HASH_MD5_MAX_REG (MD5_DIGEST_SIZE / HASH_REG_SIZEOF)
1613 case MD5_DIGEST_SIZE: in s5p_hash_init()
1764 .halg.digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c46 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c945 .digestsize = MD5_DIGEST_SIZE,
1300 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-hash.c813 case MD5_DIGEST_SIZE: in stm32_hash_init()
1276 .digestsize = MD5_DIGEST_SIZE,
1306 .digestsize = MD5_DIGEST_SIZE,
/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.c3153 .maxauthsize = MD5_DIGEST_SIZE,
3228 .maxauthsize = MD5_DIGEST_SIZE,
3378 .maxauthsize = MD5_DIGEST_SIZE,
3731 .halg.digestsize = MD5_DIGEST_SIZE,
3752 .halg.digestsize = MD5_DIGEST_SIZE,

12