Searched refs:crypto_aead_setauthsize (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/net/mac80211/
H A Daes_gmac.c81 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN);
H A Daead_api.c99 err = crypto_aead_setauthsize(tfm, mic_len);
/linux-master/crypto/
H A Dgeniv.c32 return crypto_aead_setauthsize(ctx->child, authsize);
H A Daead.c74 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) function
91 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize); variable
H A Dpcrypt.c55 return crypto_aead_setauthsize(ctx->child, authsize);
H A Dsimd.c307 return crypto_aead_setauthsize(child, authsize);
H A Dalgif_aead.c497 return crypto_aead_setauthsize(tfm->aead, authsize);
H A Dessiv.c131 return crypto_aead_setauthsize(tctx->u.aead, authsize);
H A Dgcm.c715 return crypto_aead_setauthsize(ctx->child, authsize);
921 return crypto_aead_setauthsize(ctx->child, authsize);
H A Dccm.c599 return crypto_aead_setauthsize(ctx->child, authsize);
H A Dtcrypt.c284 ret = crypto_aead_setauthsize(tfm, authsize);
573 ret = crypto_aead_setauthsize(tfm, authsize);
H A Dcryptd.c734 return crypto_aead_setauthsize(child, authsize);
/linux-master/include/crypto/
H A Daead.h344 * crypto_aead_setauthsize() - set authentication data size
353 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
373 * crypto_aead_setauthsize invocation. The caller must ensure
392 * must have the size defined by the crypto_aead_setauthsize
/linux-master/net/wireless/
H A Dlib80211_crypt_ccmp.c368 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) ||
/linux-master/net/tls/
H A Dtls_device_fallback.c483 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag);
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c333 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) ||
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c281 return crypto_aead_setauthsize(tfm_ctx->fbk_cipher, authsize);
/linux-master/net/ipv6/
H A Desp6.c1080 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8);
1166 err = crypto_aead_setauthsize(
/linux-master/net/ipv4/
H A Desp4.c1037 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8);
1123 err = crypto_aead_setauthsize(
/linux-master/drivers/crypto/qce/
H A Daead.c664 return crypto_aead_setauthsize(ctx->fallback, authsize);
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c185 if (crypto_aead_setauthsize(crypto->tfm, MAX_AUTHTAG_LEN)) {
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c758 return crypto_aead_setauthsize(ctx->aead_fbk, authsize);
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c475 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize);
/linux-master/net/mac802154/
H A Dllsec.c137 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i]))
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c3287 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize);
3324 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize);
3361 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize);
3385 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize);
3425 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize);

Completed in 318 milliseconds

12