Searched refs:maxauthsize (Results 1 – 13 of 13) sorted by relevance
| /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/ |
| H A D | talitos.c | 2355 .maxauthsize = SHA1_DIGEST_SIZE, 2377 .maxauthsize = SHA1_DIGEST_SIZE, 2399 .maxauthsize = SHA1_DIGEST_SIZE, 2424 .maxauthsize = SHA1_DIGEST_SIZE, 2447 .maxauthsize = SHA224_DIGEST_SIZE, 2469 .maxauthsize = SHA224_DIGEST_SIZE, 2491 .maxauthsize = SHA224_DIGEST_SIZE, 2516 .maxauthsize = SHA224_DIGEST_SIZE, 2539 .maxauthsize = SHA256_DIGEST_SIZE, 2561 .maxauthsize = SHA256_DIGEST_SIZE, [all …]
|
| H A D | atmel-aes.c | 1593 .maxauthsize = AES_BLOCK_SIZE, 2035 .maxauthsize = SHA1_DIGEST_SIZE, 2051 .maxauthsize = SHA224_DIGEST_SIZE, 2067 .maxauthsize = SHA256_DIGEST_SIZE, 2083 .maxauthsize = SHA384_DIGEST_SIZE, 2099 .maxauthsize = SHA512_DIGEST_SIZE,
|
| /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/xilinx/ |
| H A D | zynqmp-aes-gcm.c | 788 .maxauthsize = XILINX_AES_AUTH_SIZE, 818 .maxauthsize = XILINX_AES_AUTH_SIZE, 851 .maxauthsize = XILINX_AES_AUTH_SIZE, 881 .maxauthsize = XILINX_AES_AUTH_SIZE,
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 537 .maxauthsize = AES_BLOCK_SIZE, 556 .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/crypto/ |
| H A D | ccm.c | 506 inst->alg.maxauthsize = 16; in crypto_ccm_create_common() 750 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in crypto_rfc4309_create()
|
| 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()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 1095 .base.maxauthsize = AES_BLOCK_SIZE, 1118 .base.maxauthsize = AES_BLOCK_SIZE,
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 1916 .maxauthsize = AES_BLOCK_SIZE, 1938 .maxauthsize = AES_BLOCK_SIZE,
|