Home
last modified time | relevance | path

Searched refs:crypto_alloc_aead (Results 1 – 25 of 37) sorted by relevance

12

/linux/fs/ksmbd/
A Dcrypto_ctx.c45 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in alloc_aead()
48 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in alloc_aead()
/linux/Documentation/crypto/
A Dapi-aead.rst14 …:functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead…
/linux/crypto/
A Daead.c214 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() function
218 EXPORT_SYMBOL_GPL(crypto_alloc_aead);
A Dsimd.c396 tfm = crypto_alloc_aead(basename, CRYPTO_ALG_INTERNAL, in simd_aead_create_compat()
A Dalgif_aead.c477 aead = crypto_alloc_aead(name, type, mask); in aead_bind()
A Dcryptd.c1023 tfm = crypto_alloc_aead(cryptd_alg_name, type, mask); in cryptd_alloc_aead()
A Dtcrypt.c285 tfm = crypto_alloc_aead(algo, 0, 0); in test_mb_aead_speed()
574 tfm = crypto_alloc_aead(algo, 0, 0); in test_aead_speed()
A Dtestmgr.c2390 generic_tfm = crypto_alloc_aead(generic_driver, 0, 0); in test_aead_vs_generic_impl()
2559 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
/linux/fs/cifs/
A Dsmb2transport.c870 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate()
872 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
884 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate()
886 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
/linux/net/mac80211/
A Daes_gmac.c75 tfm = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in ieee80211_aes_gmac_key_setup()
A Daead_api.c92 tfm = crypto_alloc_aead(alg, 0, CRYPTO_ALG_ASYNC); in aead_key_setup_encrypt()
/linux/include/crypto/
A Daead.h178 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
/linux/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_crypt_ccmp.c64 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in ieee80211_ccmp_init()
/linux/drivers/staging/rtl8192e/
A Drtllib_crypt_ccmp.c59 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in rtllib_ccmp_init()
/linux/drivers/crypto/xilinx/
A Dzynqmp-aes-gcm.c322 tfm_ctx->fbk_cipher = crypto_alloc_aead(drv_ctx->alg.aead.base.cra_name, in zynqmp_aes_aead_init()
/linux/net/tls/
A Dtls_device_fallback.c455 crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in tls_sw_fallback_init()
/linux/net/wireless/
A Dlib80211_crypt_ccmp.c68 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in lib80211_ccmp_init()
/linux/net/ipv6/
A Desp6.c1068 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
1123 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
/linux/net/ipv4/
A Desp4.c1025 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
1080 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
/linux/drivers/crypto/qce/
A Daead.c672 ctx->fallback = crypto_alloc_aead(crypto_tfm_alg_name(&tfm->base), in qce_aead_init()
/linux/net/mac802154/
A Dllsec.c130 key->tfm[i] = crypto_alloc_aead("ccm(aes)", 0, in llsec_key_alloc()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-aes-core.c1225 blk = crypto_alloc_aead(alg_name, 0, CRYPTO_ALG_NEED_FALLBACK); in ocs_aes_aead_cra_init()
/linux/drivers/crypto/amcc/
A Dcrypto4xx_core.c984 ctx->sw_cipher.aead = crypto_alloc_aead(alg->base.cra_name, 0, in crypto4xx_aead_init()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c561 crypto_alloc_aead(alg->cra_name, 0, in cpt_aead_fallback_init()
/linux/net/tipc/
A Dcrypto.c543 tfm = crypto_alloc_aead(ukey->alg_name, 0, 0); in tipc_aead_init()

Completed in 51 milliseconds

12