/openbmc/linux/Documentation/crypto/ |
H A D | api-aead.rst | 14 …ze crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_ae…
|
/openbmc/linux/net/mac80211/ |
H A D | aes_gmac.c | 81 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
|
H A D | aead_api.c | 99 err = crypto_aead_setauthsize(tfm, mic_len); in aead_key_setup_encrypt()
|
/openbmc/linux/crypto/ |
H A D | aead.c | 73 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function 90 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
|
H A D | geniv.c | 32 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
|
H A D | pcrypt.c | 55 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
|
H A D | simd.c | 285 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
|
H A D | algif_aead.c | 497 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
|
H A D | gcm.c | 717 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 923 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
|
H A D | essiv.c | 131 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
|
H A D | ccm.c | 600 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
/openbmc/linux/include/crypto/ |
H A D | aead.h | 341 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_ccmp.c | 348 if (crypto_aead_setauthsize(tfm, CCMP_MIC_LEN) || in ieee80211_ccmp_set_key()
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 281 return crypto_aead_setauthsize(tfm_ctx->fbk_cipher, authsize); in zynqmp_aes_aead_setauthsize()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_ccmp.c | 334 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in rtllib_ccmp_set_key()
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_ccmp.c | 368 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in lib80211_ccmp_set_key()
|
/openbmc/linux/net/tls/ |
H A D | tls_device_fallback.c | 496 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag); in tls_sw_fallback_init()
|
/openbmc/linux/net/ipv4/ |
H A D | esp4.c | 1036 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 1122 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/openbmc/linux/net/ipv6/ |
H A D | esp6.c | 1079 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 1165 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/openbmc/linux/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.c | 181 if (crypto_aead_setauthsize(crypto->tfm, MAX_AUTHTAG_LEN)) { in init_crypto()
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 489 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize); in crypto4xx_setauthsize_aead()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 3280 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()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | aead.c | 664 return crypto_aead_setauthsize(ctx->fallback, authsize); in qce_aead_setauthsize()
|
/openbmc/linux/fs/smb/server/ |
H A D | auth.c | 1158 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in ksmbd_crypt_message()
|
/openbmc/linux/net/mac802154/ |
H A D | llsec.c | 137 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
|