Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/crypto/
Dapi-aead.rst14 …ze crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_ae…
/Linux-v5.4/crypto/
Daead.c69 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
86 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
228 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
Dpcrypt.c48 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dsimd.c314 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
Dalgif_aead.c515 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
Dessiv.c148 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
Dgcm.c758 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
985 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dccm.c639 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
Dcryptd.c749 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
Dtcrypt.c291 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed()
610 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
Dtestmgr.c1878 err = crypto_aead_setauthsize(tfm, authsize); in test_aead_vec_cfg()
2087 vec->setauthsize_error = crypto_aead_setauthsize(tfm, authsize); in generate_random_aead_testvec()
/Linux-v5.4/net/mac80211/
Daes_gmac.c68 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
Daead_api.c98 err = crypto_aead_setauthsize(tfm, mic_len); in aead_key_setup_encrypt()
/Linux-v5.4/include/crypto/
Daead.h294 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
/Linux-v5.4/security/keys/
Dbig_key.c433 ret = crypto_aead_setauthsize(big_key_aead, ENC_AUTHTAG_SIZE); in big_key_init()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c338 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in rtllib_ccmp_set_key()
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c346 if (crypto_aead_setauthsize(tfm, CCMP_MIC_LEN) || in ieee80211_ccmp_set_key()
/Linux-v5.4/net/tls/
Dtls_device_fallback.c462 rc = crypto_aead_setauthsize(offload_ctx->aead_send, in tls_sw_fallback_init()
/Linux-v5.4/net/wireless/
Dlib80211_crypt_ccmp.c368 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in lib80211_ccmp_set_key()
/Linux-v5.4/net/ipv6/
Desp6.c748 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead()
831 err = crypto_aead_setauthsize( in esp_init_authenc()
/Linux-v5.4/net/ipv4/
Desp4.c853 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead()
936 err = crypto_aead_setauthsize( in esp_init_authenc()
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_alg.c508 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize); in crypto4xx_setauthsize_aead()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c3125 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_null_setauthsize()
3162 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_setauthsize()
3202 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_gcm_setauthsize()
3228 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_4106_4309_setauthsize()
3270 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_ccm_setauthsize()
/Linux-v5.4/net/mac802154/
Dllsec.c137 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
/Linux-v5.4/drivers/crypto/
Dpicoxcell_crypto.c503 return crypto_aead_setauthsize(ctx->sw_cipher, authsize); in spacc_aead_setauthsize()

12