| /linux/drivers/crypto/caam/ |
| A D | caamalg.c | 2081 .maxauthsize = AES_BLOCK_SIZE, 2103 .maxauthsize = AES_BLOCK_SIZE, 2126 .maxauthsize = AES_BLOCK_SIZE, 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, [all …]
|
| 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, 1930 .maxauthsize = MD5_DIGEST_SIZE, 1952 .maxauthsize = MD5_DIGEST_SIZE, 2204 .maxauthsize = MD5_DIGEST_SIZE, [all …]
|
| A D | caamalg_qi2.c | 1812 .maxauthsize = AES_BLOCK_SIZE, 1831 .maxauthsize = AES_BLOCK_SIZE, 1851 .maxauthsize = AES_BLOCK_SIZE, 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, [all …]
|
| /linux/crypto/ |
| A D | geniv.c | 48 unsigned int maxauthsize; in aead_geniv_alloc() local 70 maxauthsize = crypto_aead_alg_maxauthsize(alg); in aead_geniv_alloc() 95 inst->alg.maxauthsize = maxauthsize; in aead_geniv_alloc()
|
| A D | aead.c | 123 aead->authsize = alg->maxauthsize; in crypto_aead_init_tfm() 146 raead.maxauthsize = aead->maxauthsize; in crypto_aead_report() 163 seq_printf(m, "maxauthsize : %u\n", aead->maxauthsize); in crypto_aead_show() 215 if (max3(alg->maxauthsize, alg->ivsize, alg->chunksize) > in aead_prepare_alg()
|
| A D | simd.c | 400 alg->maxauthsize = ialg->maxauthsize; in simd_aead_create_compat()
|
| A D | aegis128-core.c | 514 .maxauthsize = AEGIS128_MAX_AUTH_SIZE, 533 .maxauthsize = AEGIS128_MAX_AUTH_SIZE,
|
| /linux/drivers/crypto/inside-secure/ |
| A D | safexcel_cipher.c | 1683 .maxauthsize = SHA1_DIGEST_SIZE, 1864 .maxauthsize = SHA1_DIGEST_SIZE, 2049 .maxauthsize = SHA1_DIGEST_SIZE, 2232 .maxauthsize = SHA1_DIGEST_SIZE, 2588 .maxauthsize = GHASH_DIGEST_SIZE, 2712 .maxauthsize = AES_BLOCK_SIZE, 3208 .maxauthsize = SHA1_DIGEST_SIZE, 3318 .maxauthsize = SM3_DIGEST_SIZE, 3354 .maxauthsize = SHA1_DIGEST_SIZE, 3389 .maxauthsize = SM3_DIGEST_SIZE, [all …]
|
| /linux/drivers/crypto/qce/ |
| 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/ |
| A D | aead.h | 149 unsigned int maxauthsize; member 260 return alg->maxauthsize; in crypto_aead_alg_maxauthsize()
|
| /linux/drivers/crypto/ |
| A D | talitos.c | 2277 .maxauthsize = SHA1_DIGEST_SIZE, 2299 .maxauthsize = SHA1_DIGEST_SIZE, 2321 .maxauthsize = SHA1_DIGEST_SIZE, 2346 .maxauthsize = SHA1_DIGEST_SIZE, 2369 .maxauthsize = SHA224_DIGEST_SIZE, 2391 .maxauthsize = SHA224_DIGEST_SIZE, 2413 .maxauthsize = SHA224_DIGEST_SIZE, 2643 .maxauthsize = MD5_DIGEST_SIZE, 2665 .maxauthsize = MD5_DIGEST_SIZE, 2686 .maxauthsize = MD5_DIGEST_SIZE, [all …]
|
| /linux/drivers/crypto/marvell/octeontx/ |
| 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/marvell/octeontx2/ |
| A D | otx2_cptvf_algs.c | 1431 .maxauthsize = SHA1_DIGEST_SIZE, 1450 .maxauthsize = SHA256_DIGEST_SIZE, 1469 .maxauthsize = SHA384_DIGEST_SIZE, 1488 .maxauthsize = SHA512_DIGEST_SIZE, 1507 .maxauthsize = SHA1_DIGEST_SIZE, 1526 .maxauthsize = SHA256_DIGEST_SIZE, 1545 .maxauthsize = SHA384_DIGEST_SIZE, 1564 .maxauthsize = SHA512_DIGEST_SIZE, 1583 .maxauthsize = AES_GCM_ICV_SIZE,
|
| /linux/drivers/crypto/bcm/ |
| A D | cipher.c | 3036 .maxauthsize = AES_BLOCK_SIZE, 3059 .maxauthsize = AES_BLOCK_SIZE, 3082 .maxauthsize = AES_BLOCK_SIZE, 3105 .maxauthsize = AES_BLOCK_SIZE, 3128 .maxauthsize = AES_BLOCK_SIZE, 3153 .maxauthsize = MD5_DIGEST_SIZE, 3178 .maxauthsize = SHA1_DIGEST_SIZE, 3228 .maxauthsize = MD5_DIGEST_SIZE, 3253 .maxauthsize = SHA1_DIGEST_SIZE, 3378 .maxauthsize = MD5_DIGEST_SIZE, [all …]
|
| /linux/drivers/crypto/ccree/ |
| A D | cc_aead.c | 2310 .maxauthsize = SHA1_DIGEST_SIZE, 2330 .maxauthsize = SHA1_DIGEST_SIZE, 2350 .maxauthsize = SHA256_DIGEST_SIZE, 2390 .maxauthsize = AES_BLOCK_SIZE, 2410 .maxauthsize = SHA1_DIGEST_SIZE, 2450 .maxauthsize = AES_BLOCK_SIZE, 2470 .maxauthsize = AES_BLOCK_SIZE, 2490 .maxauthsize = AES_BLOCK_SIZE, 2510 .maxauthsize = AES_BLOCK_SIZE, 2530 .maxauthsize = AES_BLOCK_SIZE, [all …]
|
| /linux/include/uapi/linux/ |
| A D | cryptouser.h | 185 unsigned int maxauthsize; member
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_algo.c | 4071 .maxauthsize = GHASH_DIGEST_SIZE, 4091 .maxauthsize = GHASH_DIGEST_SIZE, 4110 .maxauthsize = GHASH_DIGEST_SIZE, 4129 .maxauthsize = GHASH_DIGEST_SIZE, 4150 .maxauthsize = SHA1_DIGEST_SIZE, 4172 .maxauthsize = SHA256_DIGEST_SIZE, 4192 .maxauthsize = SHA224_DIGEST_SIZE, 4213 .maxauthsize = SHA384_DIGEST_SIZE, 4255 .maxauthsize = 0, 4276 .maxauthsize = SHA1_DIGEST_SIZE, [all …]
|
| /linux/drivers/crypto/intel/ixp4xx/ |
| A D | ixp4xx_crypto.c | 1413 .maxauthsize = MD5_DIGEST_SIZE, 1425 .maxauthsize = MD5_DIGEST_SIZE, 1438 .maxauthsize = SHA1_DIGEST_SIZE, 1450 .maxauthsize = SHA1_DIGEST_SIZE, 1463 .maxauthsize = MD5_DIGEST_SIZE, 1475 .maxauthsize = SHA1_DIGEST_SIZE,
|
| /linux/drivers/crypto/nx/ |
| A D | nx-aes-gcm.c | 482 .maxauthsize = AES_BLOCK_SIZE, 500 .maxauthsize = AES_BLOCK_SIZE,
|
| A D | nx-aes-ccm.c | 538 .maxauthsize = AES_BLOCK_SIZE, 558 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/ccp/ |
| A D | ccp-crypto-aes-galois.c | 172 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/cavium/nitrox/ |
| A D | nitrox_aead.c | 537 .maxauthsize = AES_BLOCK_SIZE, 556 .maxauthsize = AES_BLOCK_SIZE,
|
| /linux/arch/arm64/crypto/ |
| A D | ghash-ce-glue.c | 529 .maxauthsize = AES_BLOCK_SIZE, 545 .maxauthsize = AES_BLOCK_SIZE,
|
| A D | sm4-ce-gcm-glue.c | 253 .maxauthsize = SM4_BLOCK_SIZE,
|
| /linux/arch/x86/crypto/ |
| A D | aegis128-aesni-glue.c | 248 .maxauthsize = AEGIS128_MAX_AUTH_SIZE,
|