Searched refs:crypto_aead_setauthsize (Results 1 – 25 of 40) sorted by relevance
12
/linux-6.12.1/Documentation/crypto/ |
D | api-aead.rst | 14 …ze crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_ae…
|
/linux-6.12.1/crypto/ |
D | aead.c | 64 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 81 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
|
D | geniv.c | 32 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
|
D | pcrypt.c | 55 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
D | simd.c | 285 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
|
D | algif_aead.c | 497 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
|
D | gcm.c | 715 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 921 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
D | essiv.c | 131 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
|
D | ccm.c | 599 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
/linux-6.12.1/net/mac80211/ |
D | aes_gmac.c | 81 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
|
D | aead_api.c | 99 err = crypto_aead_setauthsize(tfm, mic_len); in aead_key_setup_encrypt()
|
/linux-6.12.1/include/crypto/ |
D | aead.h | 332 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_dcp.c | 144 ret = crypto_aead_setauthsize(aead, DCP_BLOB_AUTHLEN); in do_aead_crypto()
|
/linux-6.12.1/drivers/crypto/xilinx/ |
D | zynqmp-aes-gcm.c | 281 return crypto_aead_setauthsize(tfm_ctx->fbk_cipher, authsize); in zynqmp_aes_aead_setauthsize()
|
/linux-6.12.1/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 333 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in rtllib_ccmp_set_key()
|
/linux-6.12.1/net/wireless/ |
D | lib80211_crypt_ccmp.c | 368 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in lib80211_ccmp_set_key()
|
/linux-6.12.1/net/tls/ |
D | tls_device_fallback.c | 484 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag); in tls_sw_fallback_init()
|
/linux-6.12.1/drivers/crypto/starfive/ |
D | jh7110-aes.c | 902 return crypto_aead_setauthsize(ctx->aead_fbk, authsize); in starfive_aes_gcm_setauthsize() 923 return crypto_aead_setauthsize(ctx->aead_fbk, authsize); in starfive_aes_ccm_setauthsize()
|
/linux-6.12.1/net/ipv6/ |
D | esp6.c | 1072 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 1158 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/linux-6.12.1/net/ipv4/ |
D | esp4.c | 1035 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 1121 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/linux-6.12.1/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 475 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize); in crypto4xx_setauthsize_aead()
|
/linux-6.12.1/drivers/crypto/chelsio/ |
D | chcr_algo.c | 3287 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_null_setauthsize() 3324 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_setauthsize() 3361 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_gcm_setauthsize() 3385 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_4106_4309_setauthsize() 3425 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_ccm_setauthsize()
|
/linux-6.12.1/drivers/crypto/qce/ |
D | aead.c | 664 return crypto_aead_setauthsize(ctx->fallback, authsize); in qce_aead_setauthsize()
|
/linux-6.12.1/drivers/virt/coco/sev-guest/ |
D | sev-guest.c | 193 if (crypto_aead_setauthsize(crypto->tfm, MAX_AUTHTAG_LEN)) { in init_crypto()
|
/linux-6.12.1/net/mac802154/ |
D | llsec.c | 137 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
|
12