Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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-6.3-rc2/Documentation/crypto/
A Dapi-aead.rst14 …:functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead…
/linux-6.3-rc2/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.c1052 tfm = crypto_alloc_aead(cryptd_alg_name, type, mask); in cryptd_alloc_aead()
A Dtcrypt.c274 tfm = crypto_alloc_aead(algo, 0, 0); in test_mb_aead_speed()
563 tfm = crypto_alloc_aead(algo, 0, 0); in test_aead_speed()
/linux-6.3-rc2/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-6.3-rc2/fs/cifs/
A Dsmb2transport.c895 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate()
897 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
909 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate()
911 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
/linux-6.3-rc2/include/crypto/
A Daead.h180 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib_crypt_ccmp.c59 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in rtllib_ccmp_init()
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/net/wireless/
A Dlib80211_crypt_ccmp.c68 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in lib80211_ccmp_init()
/linux-6.3-rc2/net/tls/
A Dtls_device_fallback.c479 crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in tls_sw_fallback_init()
/linux-6.3-rc2/net/ipv4/
A Desp4.c1023 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
1082 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
/linux-6.3-rc2/net/ipv6/
A Desp6.c1066 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
1125 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
/linux-6.3-rc2/drivers/virt/coco/sev-guest/
A Dsev-guest.c152 crypto->tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in init_crypto()
/linux-6.3-rc2/drivers/crypto/qce/
A Daead.c672 ctx->fallback = crypto_alloc_aead(crypto_tfm_alg_name(&tfm->base), in qce_aead_init()
/linux-6.3-rc2/net/mac802154/
A Dllsec.c130 key->tfm[i] = crypto_alloc_aead("ccm(aes)", 0, in llsec_key_alloc()
/linux-6.3-rc2/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-6.3-rc2/drivers/crypto/amcc/
A Dcrypto4xx_core.c982 ctx->sw_cipher.aead = crypto_alloc_aead(alg->base.cra_name, 0, in crypto4xx_aead_init()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c562 crypto_alloc_aead(alg->cra_name, 0, in cpt_aead_fallback_init()
/linux-6.3-rc2/net/tipc/
A Dcrypto.c543 tfm = crypto_alloc_aead(ukey->alg_name, 0, 0); in tipc_aead_init()

Completed in 74 milliseconds

12