| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-aead.c | 270 .maxauthsize = MD5_DIGEST_SIZE, 298 .maxauthsize = SHA1_DIGEST_SIZE, 326 .maxauthsize = SHA224_DIGEST_SIZE, 354 .maxauthsize = SHA256_DIGEST_SIZE, 383 .maxauthsize = MD5_DIGEST_SIZE, 412 .maxauthsize = SHA1_DIGEST_SIZE, 441 .maxauthsize = SHA224_DIGEST_SIZE, 470 .maxauthsize = SHA256_DIGEST_SIZE, 498 .maxauthsize = MD5_DIGEST_SIZE, 526 .maxauthsize = SHA1_DIGEST_SIZE, [all …]
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg.c | 2187 .maxauthsize = AES_BLOCK_SIZE, 2209 .maxauthsize = AES_BLOCK_SIZE, 2232 .maxauthsize = AES_BLOCK_SIZE, 2257 .maxauthsize = MD5_DIGEST_SIZE, 2281 .maxauthsize = SHA1_DIGEST_SIZE, 2305 .maxauthsize = SHA224_DIGEST_SIZE, 2329 .maxauthsize = SHA256_DIGEST_SIZE, 2353 .maxauthsize = SHA384_DIGEST_SIZE, 2377 .maxauthsize = SHA512_DIGEST_SIZE, 2400 .maxauthsize = MD5_DIGEST_SIZE, [all …]
|
| H A D | caamalg_qi.c | 1603 .maxauthsize = AES_BLOCK_SIZE, 1622 .maxauthsize = AES_BLOCK_SIZE, 1642 .maxauthsize = AES_BLOCK_SIZE, 1663 .maxauthsize = MD5_DIGEST_SIZE, 1685 .maxauthsize = MD5_DIGEST_SIZE, 1707 .maxauthsize = SHA1_DIGEST_SIZE, 1729 .maxauthsize = SHA1_DIGEST_SIZE, 1751 .maxauthsize = SHA224_DIGEST_SIZE, 1773 .maxauthsize = SHA224_DIGEST_SIZE, 1795 .maxauthsize = SHA256_DIGEST_SIZE, [all …]
|
| H A D | caamalg_qi2.c | 1813 .maxauthsize = AES_BLOCK_SIZE, 1832 .maxauthsize = AES_BLOCK_SIZE, 1852 .maxauthsize = AES_BLOCK_SIZE, 1873 .maxauthsize = MD5_DIGEST_SIZE, 1895 .maxauthsize = MD5_DIGEST_SIZE, 1917 .maxauthsize = SHA1_DIGEST_SIZE, 1939 .maxauthsize = SHA1_DIGEST_SIZE, 1961 .maxauthsize = SHA224_DIGEST_SIZE, 1983 .maxauthsize = SHA224_DIGEST_SIZE, 2005 .maxauthsize = SHA256_DIGEST_SIZE, [all …]
|
| /linux/drivers/crypto/qce/ |
| H A D | aead.c | 697 unsigned int maxauthsize; member 707 .maxauthsize = SHA1_DIGEST_SIZE, 715 .maxauthsize = SHA1_DIGEST_SIZE, 723 .maxauthsize = SHA256_DIGEST_SIZE, 731 .maxauthsize = SHA256_DIGEST_SIZE, 739 .maxauthsize = SHA256_DIGEST_SIZE, 747 .maxauthsize = AES_BLOCK_SIZE, 755 .maxauthsize = AES_BLOCK_SIZE, 778 alg->maxauthsize = def->maxauthsize; in qce_aead_register_one()
|
| /linux/include/crypto/ |
| H A D | aead.h | 149 unsigned int maxauthsize; member 297 return alg->maxauthsize; in crypto_aead_alg_maxauthsize()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1327 .maxauthsize = SHA1_DIGEST_SIZE, 1346 .maxauthsize = SHA256_DIGEST_SIZE, 1365 .maxauthsize = SHA384_DIGEST_SIZE, 1384 .maxauthsize = SHA512_DIGEST_SIZE, 1403 .maxauthsize = SHA1_DIGEST_SIZE, 1422 .maxauthsize = SHA256_DIGEST_SIZE, 1441 .maxauthsize = SHA384_DIGEST_SIZE, 1460 .maxauthsize = SHA512_DIGEST_SIZE, 1479 .maxauthsize = AES_GCM_ICV_SIZE,
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 3034 .maxauthsize = AES_BLOCK_SIZE, 3057 .maxauthsize = AES_BLOCK_SIZE, 3080 .maxauthsize = AES_BLOCK_SIZE, 3103 .maxauthsize = AES_BLOCK_SIZE, 3126 .maxauthsize = AES_BLOCK_SIZE, 3151 .maxauthsize = MD5_DIGEST_SIZE, 3176 .maxauthsize = SHA1_DIGEST_SIZE, 3201 .maxauthsize = SHA256_DIGEST_SIZE, 3226 .maxauthsize = MD5_DIGEST_SIZE, 3251 .maxauthsize = SHA1_DIGEST_SIZE, [all …]
|
| /linux/crypto/ |
| H A D | simd.c | 400 alg->maxauthsize = ialg->maxauthsize; in simd_aead_create_compat()
|
| H A D | gcm.c | 632 inst->alg.maxauthsize = 16; in crypto_gcm_create_common() 871 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in crypto_rfc4106_create() 1057 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in crypto_rfc4543_create()
|
| H A D | authenc.c | 414 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_create()
|
| H A D | authencesn.c | 406 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_esn_create()
|
| H A D | essiv.c | 598 aead_inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(aead_alg); in essiv_create()
|
| H A D | testmgr.c | 2385 const unsigned int maxauthsize = crypto_aead_maxauthsize(tfm); in generate_random_aead_testvec() local 2400 authsize = maxauthsize; in generate_random_aead_testvec() 2402 authsize = prandom_u32_below(rng, maxauthsize + 1); in generate_random_aead_testvec()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 537 .maxauthsize = AES_BLOCK_SIZE, 556 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-galois.c | 172 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 230 .maxauthsize = SM4_BLOCK_SIZE,
|
| H A D | sm4-ce-ccm-glue.c | 262 .maxauthsize = SM4_BLOCK_SIZE,
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 1237 .maxauthsize = 16, 1258 .maxauthsize = 16,
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 1919 .maxauthsize = AES_BLOCK_SIZE, 1940 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.c | 2135 .maxauthsize = SHA1_DIGEST_SIZE, 2163 .maxauthsize = SHA256_DIGEST_SIZE,
|
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 2451 .base.maxauthsize = AES_BLOCK_SIZE, 2474 .base.maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 2795 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 2619 .maxauthsize = max_authsize,\
|