Home
last modified time | relevance | path

Searched refs:crypto_aead_setauthsize (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v6.6/Documentation/crypto/
Dapi-aead.rst14 …ze crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_ae…
/Linux-v6.6/net/mac80211/
Daes_gmac.c81 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
Daead_api.c99 err = crypto_aead_setauthsize(tfm, mic_len); in aead_key_setup_encrypt()
/Linux-v6.6/crypto/
Daead.c74 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
91 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
Dgeniv.c32 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
Dpcrypt.c55 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dalgif_aead.c497 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
Dsimd.c307 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
Dgcm.c717 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
923 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dessiv.c131 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
Dccm.c600 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
/Linux-v6.6/include/crypto/
Daead.h341 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
/Linux-v6.6/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c278 return crypto_aead_setauthsize(tfm_ctx->fbk_cipher, authsize); in zynqmp_aes_aead_setauthsize()
/Linux-v6.6/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c334 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in rtllib_ccmp_set_key()
/Linux-v6.6/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c348 if (crypto_aead_setauthsize(tfm, CCMP_MIC_LEN) || in ieee80211_ccmp_set_key()
/Linux-v6.6/net/wireless/
Dlib80211_crypt_ccmp.c368 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in lib80211_ccmp_set_key()
/Linux-v6.6/net/tls/
Dtls_device_fallback.c496 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag); in tls_sw_fallback_init()
/Linux-v6.6/net/ipv4/
Desp4.c1037 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead()
1123 err = crypto_aead_setauthsize( in esp_init_authenc()
/Linux-v6.6/net/ipv6/
Desp6.c1080 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead()
1166 err = crypto_aead_setauthsize( in esp_init_authenc()
/Linux-v6.6/drivers/virt/coco/sev-guest/
Dsev-guest.c176 if (crypto_aead_setauthsize(crypto->tfm, MAX_AUTHTAG_LEN)) { in init_crypto()
/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_alg.c489 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize); in crypto4xx_setauthsize_aead()
/Linux-v6.6/drivers/crypto/chelsio/
Dchcr_algo.c3280 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_null_setauthsize()
3317 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_setauthsize()
3354 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_gcm_setauthsize()
3378 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_4106_4309_setauthsize()
3418 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_ccm_setauthsize()
/Linux-v6.6/drivers/crypto/qce/
Daead.c664 return crypto_aead_setauthsize(ctx->fallback, authsize); in qce_aead_setauthsize()
/Linux-v6.6/fs/smb/server/
Dauth.c1154 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in ksmbd_crypt_message()
/Linux-v6.6/net/mac802154/
Dllsec.c137 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()

12