/openbmc/linux/include/crypto/ |
H A D | md5.h | 7 #define MD5_DIGEST_SIZE 16 macro 17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
|
/openbmc/linux/crypto/ |
H A D | hash_info.c | 36 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE, 37 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
|
H A D | md5.c | 26 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = { 219 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 77 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 D | pbkdf-nettle.c | 77 MD5_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
|
H A D | hash-nettle.c | 64 .len = MD5_DIGEST_SIZE,
|
H A D | hmac-nettle.c | 57 .len = MD5_DIGEST_SIZE,
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | md5-glue.c | 124 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | md5_glue.c | 136 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 174 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 166 #define MD5_DIGEST_SIZE 16 macro 167 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
|
H A D | crypto.c | 114 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 D | safexcel_hash.c | 782 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 D | caamalg.c | 2151 .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 D | caamalg_qi.c | 1663 .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 D | caamalg_qi2.c | 1872 .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/ |
H A D | omap-sham.c | 41 #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 D | img-hash.c | 658 case MD5_DIGEST_SIZE: in img_hash_digest() 765 .digestsize = MD5_DIGEST_SIZE,
|
H A D | talitos.c | 2642 .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 D | s5p-sss.c | 206 #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/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 93 #define MD5_DIGEST_SIZE 16 macro 1416 .maxauthsize = MD5_DIGEST_SIZE, 1428 .maxauthsize = MD5_DIGEST_SIZE, 1466 .maxauthsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-core.c | 46 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 813 case MD5_DIGEST_SIZE: in stm32_hash_init() 1276 .digestsize = MD5_DIGEST_SIZE, 1306 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 945 .digestsize = MD5_DIGEST_SIZE, 1300 .digestsize = MD5_DIGEST_SIZE,
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 3156 .maxauthsize = MD5_DIGEST_SIZE, 3231 .maxauthsize = MD5_DIGEST_SIZE, 3381 .maxauthsize = MD5_DIGEST_SIZE, 3734 .halg.digestsize = MD5_DIGEST_SIZE, 3755 .halg.digestsize = MD5_DIGEST_SIZE,
|