/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…
|
/linux/crypto/ |
H A D | aead.c | 65 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 D | geniv.c | 31 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 | algif_aead.c | 436 return crypto_aead_setauthsize(private, authsize); in aead_setauthsize()
|
H A D | simd.c | 285 return crypto_aead_setauthsize(child, authsize); in simd_aead_setauthsize()
|
H A D | gcm.c | 711 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize() 917 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 | 595 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
|
H A D | cryptd.c | 740 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
|
H A D | testmgr.c | 2080 err = crypto_aead_setauthsize(tfm, authsize); in test_aead_vec_cfg() 2414 vec->setauthsize_error = crypto_aead_setauthsize(tfm, authsize); in generate_random_aead_testvec()
|
/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()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_dcp.c | 144 ret = crypto_aead_setauthsize(aead, DCP_BLOB_AUTHLEN); in do_aead_crypto()
|
/linux/crypto/krb5/ |
H A D | krb5_api.c | 182 ret = crypto_aead_setauthsize(ci, krb5->cksum_len); in krb5_prepare_encryption()
|
/linux/drivers/net/ovpn/ |
H A D | crypto_aead.c | 269 ret = crypto_aead_setauthsize(aead, OVPN_AUTH_TAG_SIZE); in ovpn_aead_init()
|
/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()
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_crypto_ccmp.c | 361 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in libipw_ccmp_set_key()
|
/linux/net/ipv4/ |
H A D | esp4.c | 997 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 1083 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/linux/net/ipv6/ |
H A D | esp6.c | 1034 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead() 1120 err = crypto_aead_setauthsize( in esp_init_authenc()
|
/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 472 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize); in crypto4xx_setauthsize_aead()
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 3287 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_null_setauthsize() 3324 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_setauthsize() 3361 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_gcm_setauthsize() 3385 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_4106_4309_setauthsize() 3425 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_ccm_setauthsize()
|
/linux/drivers/crypto/qce/ |
H A D | aead.c | 664 return crypto_aead_setauthsize(ctx->fallback, authsize); in qce_aead_setauthsize()
|
/linux/fs/smb/server/ |
H A D | auth.c | 1141 rc = crypto_aead_setauthsize(tfm, SMB2_SIGNATURE_SIZE); in ksmbd_crypt_message()
|
/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-aes-core.c | 654 rc = crypto_aead_setauthsize(tctx->sw_cipher.aead, in kmb_ocs_aead_common()
|