Home
last modified time | relevance | path

Searched refs:MD5_DIGEST_SIZE (Results 1 - 25 of 55) sorted by relevance

123

/kernel/linux/linux-5.10/include/crypto/
H A Dmd5.h7 #define MD5_DIGEST_SIZE 16 macro
17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
/kernel/linux/linux-6.6/include/crypto/
H A Dmd5.h7 #define MD5_DIGEST_SIZE 16 macro
17 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE];
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c66 case MD5_DIGEST_SIZE: in zero_message_process()
266 case MD5_DIGEST_SIZE: in rk_hash_run()
425 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c172 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Dmd5-glue.c124 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Dmd5_glue.c135 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c174 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dmd5-glue.c124 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dmd5_glue.c136 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Decryptfs_kernel.h166 #define MD5_DIGEST_SIZE 16 macro
167 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Decryptfs_kernel.h166 #define MD5_DIGEST_SIZE 16 macro
167 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg.c2089 .maxauthsize = MD5_DIGEST_SIZE,
2214 .maxauthsize = MD5_DIGEST_SIZE,
2236 .maxauthsize = MD5_DIGEST_SIZE,
2478 .maxauthsize = MD5_DIGEST_SIZE,
2500 .maxauthsize = MD5_DIGEST_SIZE,
2752 .maxauthsize = MD5_DIGEST_SIZE,
2774 .maxauthsize = MD5_DIGEST_SIZE,
3017 .maxauthsize = MD5_DIGEST_SIZE,
3041 .maxauthsize = MD5_DIGEST_SIZE,
H A Dcaamalg_qi.c1647 .maxauthsize = MD5_DIGEST_SIZE,
1669 .maxauthsize = MD5_DIGEST_SIZE,
1914 .maxauthsize = MD5_DIGEST_SIZE,
1936 .maxauthsize = MD5_DIGEST_SIZE,
2188 .maxauthsize = MD5_DIGEST_SIZE,
2210 .maxauthsize = MD5_DIGEST_SIZE,
H A Dcaamalg_qi2.c1865 .maxauthsize = MD5_DIGEST_SIZE,
1887 .maxauthsize = MD5_DIGEST_SIZE,
2132 .maxauthsize = MD5_DIGEST_SIZE,
2154 .maxauthsize = MD5_DIGEST_SIZE,
2406 .maxauthsize = MD5_DIGEST_SIZE,
2428 .maxauthsize = MD5_DIGEST_SIZE,
2675 .maxauthsize = MD5_DIGEST_SIZE,
2699 .maxauthsize = MD5_DIGEST_SIZE,
4523 .digestsize = MD5_DIGEST_SIZE,
4550 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c780 MD5_DIGEST_SIZE); in safexcel_ahash_final()
1787 req->state_sz = MD5_DIGEST_SIZE; in safexcel_md5_init()
1788 req->digest_sz = MD5_DIGEST_SIZE; in safexcel_md5_init()
1816 .digestsize = MD5_DIGEST_SIZE,
1843 memcpy(req->state, &ctx->base.ipad, MD5_DIGEST_SIZE); in safexcel_hmac_md5_init()
1850 req->state_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init()
1851 req->digest_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init()
1863 MD5_DIGEST_SIZE); in safexcel_hmac_md5_setkey()
1889 .digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-sham.c44 #define MD5_DIGEST_SIZE 16 macro
338 d = MD5_DIGEST_SIZE / sizeof(u32); in omap_sham_copy_ready_hash()
981 case MD5_DIGEST_SIZE: in omap_sham_init()
1470 .halg.digestsize = MD5_DIGEST_SIZE,
1517 .halg.digestsize = MD5_DIGEST_SIZE,
/kernel/linux/linux-6.6/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,

Completed in 37 milliseconds

123