Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/
Daead.c72 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() function
88 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize);
198 return crypto_aead_setauthsize(ctx->child, authsize); in aead_geniv_setauthsize()
Dpcrypt.c115 return crypto_aead_setauthsize(ctx->child, authsize); in pcrypt_aead_setauthsize()
Dalgif_aead.c519 return crypto_aead_setauthsize(tfm->aead, authsize); in aead_setauthsize()
Dgcm.c802 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4106_setauthsize()
1029 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4543_setauthsize()
Dccm.c661 return crypto_aead_setauthsize(ctx->child, authsize); in crypto_rfc4309_setauthsize()
Dtcrypt.c295 ret = crypto_aead_setauthsize(tfm, authsize); in test_mb_aead_speed()
614 ret = crypto_aead_setauthsize(tfm, authsize); in test_aead_speed()
Dcryptd.c947 return crypto_aead_setauthsize(child, authsize); in cryptd_aead_setauthsize()
Dtestmgr.c718 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
871 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
/Linux-v4.19/Documentation/crypto/
Dapi-aead.rst14 …ze crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_ae…
/Linux-v4.19/net/mac80211/
Daes_gmac.c71 err = crypto_aead_setauthsize(tfm, GMAC_MIC_LEN); in ieee80211_aes_gmac_key_setup()
Daead_api.c101 err = crypto_aead_setauthsize(tfm, mic_len); in aead_key_setup_encrypt()
/Linux-v4.19/include/crypto/
Daead.h302 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c228 return crypto_aead_setauthsize(&cryptd_tfm->base, authsize); in cryptd_morus640_glue_setauthsize()
Dmorus1280_glue.c232 return crypto_aead_setauthsize(&cryptd_tfm->base, authsize); in cryptd_morus1280_glue_setauthsize()
Daegis128-aesni-glue.c268 return crypto_aead_setauthsize(&cryptd_tfm->base, authsize); in cryptd_aegis128_aesni_setauthsize()
Daegis256-aesni-glue.c268 return crypto_aead_setauthsize(&cryptd_tfm->base, authsize); in cryptd_aegis256_aesni_setauthsize()
Daegis128l-aesni-glue.c268 return crypto_aead_setauthsize(&cryptd_tfm->base, authsize); in cryptd_aegis128l_aesni_setauthsize()
/Linux-v4.19/security/keys/
Dbig_key.c437 ret = crypto_aead_setauthsize(big_key_aead, ENC_AUTHTAG_SIZE); in big_key_init()
/Linux-v4.19/net/tls/
Dtls_device_fallback.c441 rc = crypto_aead_setauthsize(offload_ctx->aead_send, in tls_sw_fallback_init()
Dtls_sw.c1280 rc = crypto_aead_setauthsize(*aead, cctx->tag_size); in tls_set_sw_offload()
/Linux-v4.19/net/ipv6/
Desp6.c775 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead()
858 err = crypto_aead_setauthsize( in esp_init_authenc()
/Linux-v4.19/net/ipv4/
Desp4.c864 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8); in esp_init_aead()
947 err = crypto_aead_setauthsize( in esp_init_authenc()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c497 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize); in crypto4xx_setauthsize_aead()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c3066 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_null_setauthsize()
3103 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_authenc_setauthsize()
3143 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_gcm_setauthsize()
3169 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_4106_4309_setauthsize()
3211 return crypto_aead_setauthsize(aeadctx->sw_cipher, authsize); in chcr_ccm_setauthsize()
/Linux-v4.19/net/mac802154/
Dllsec.c145 if (crypto_aead_setauthsize(key->tfm[i], authsizes[i])) in llsec_key_alloc()

12