Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Daead.h400 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
405 return crypto_aead_setauthsize(&tfm->base, authsize); in crypto_sync_aead_setauthsize()
/linux/crypto/
H A Daead.c65 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
82 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
H A Dsimd.c285 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
H A Dessiv.c131 return crypto_aead_setauthsize(tctx->u.aead, authsize); in essiv_aead_setauthsize()
H A Dtcrypt.c284 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed()
573 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
H A Dtestmgr.c2074 err = crypto_aead_setauthsize(tfm, authsize); in test_aead_vec_cfg()
2408 vec->setauthsize_error = crypto_aead_setauthsize(tfm, authsize); in generate_random_aead_testvec()
/linux/net/mac80211/
H A Daes_gmac.c83 err = crypto_aead_setauthsize(tfm, IEEE80211_GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
H A Daead_api.c99 err = crypto_aead_setauthsize(tfm, mic_len); in aead_key_setup_encrypt()
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c144 ret = crypto_aead_setauthsize(aead, DCP_BLOB_AUTHLEN); in do_aead_crypto()
/linux/net/tls/
H A Dtls_device_fallback.c465 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag); in tls_sw_fallback_init()
H A Dtls_sw.c2862 rc = crypto_aead_setauthsize(*aead, prot->tag_size); in tls_set_sw_offload()
/linux/fs/smb/server/
H A Dauth.c892 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in ksmbd_crypt_message()
/linux/net/mac802154/
H A Dllsec.c137 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()
/linux/net/tipc/
H A Dcrypto.c556 err = crypto_aead_setauthsize(tfm, TIPC_AES_GCM_TAG_SIZE); in tipc_aead_init()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c3244 return crypto_aead_setauthsize(ctx->fback, authsize); in safexcel_aead_fallback_setauthsize()
/linux/drivers/md/
H A Ddm-crypt.c1187 if (crypto_aead_setauthsize(any_tfm_aead(cc), cc->integrity_tag_size)) { in crypt_integrity_ctr()
/linux/net/ceph/
H A Dmessenger_v2.c758 ret = crypto_aead_setauthsize(con->v2.gcm_tfm, CEPH_GCM_TAG_LEN); in setup_crypto()
/linux/drivers/net/
H A Dmacsec.c1382 ret = crypto_aead_setauthsize(tfm, icv_len); in macsec_alloc_tfm()
/linux/fs/smb/client/
H A Dsmb2ops.c4461 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in crypt_message()