| /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 …]
|
| /linux/crypto/ |
| H A D | aead.c | 125 aead->authsize = alg->maxauthsize; in crypto_aead_init_tfm() 148 raead.maxauthsize = aead->maxauthsize; in crypto_aead_report() 165 seq_printf(m, "maxauthsize : %u\n", aead->maxauthsize); in crypto_aead_show() 237 if (max3(alg->maxauthsize, alg->ivsize, alg->chunksize) > in aead_prepare_alg()
|
| H A D | simd.c | 400 alg->maxauthsize = ialg->maxauthsize; in simd_aead_create_compat()
|
| H A D | authenc.c | 414 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_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/inside-secure/ |
| H A D | safexcel_cipher.c | 1683 .maxauthsize = SHA1_DIGEST_SIZE, 1719 .maxauthsize = SHA256_DIGEST_SIZE, 1755 .maxauthsize = SHA224_DIGEST_SIZE, 1791 .maxauthsize = SHA512_DIGEST_SIZE, 1827 .maxauthsize = SHA384_DIGEST_SIZE, 1864 .maxauthsize = SHA1_DIGEST_SIZE, 1901 .maxauthsize = SHA256_DIGEST_SIZE, 1938 .maxauthsize = SHA224_DIGEST_SIZE, 1975 .maxauthsize = SHA512_DIGEST_SIZE, 2012 .maxauthsize = SHA384_DIGEST_SIZE, [all …]
|
| /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/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 488 .maxauthsize = AES_BLOCK_SIZE, 504 .maxauthsize = AES_BLOCK_SIZE,
|
| 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,
|
| H A D | aes-ce-ccm-glue.c | 310 .maxauthsize = AES_BLOCK_SIZE,
|
| /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/x86/crypto/ |
| H A D | aesni-intel_glue.c | 1540 .maxauthsize = 16, \ 1556 .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/axis/ |
| H A D | artpec6_crypto.c | 2795 .maxauthsize = AES_BLOCK_SIZE,
|