| /linux-6.15/fs/smb/server/ |
| H A D | crypto_ctx.c | 45 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.15/Documentation/crypto/ |
| H A D | api-aead.rst | 14 …:functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead…
|
| /linux-6.15/crypto/ |
| H A D | aead.c | 200 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() function 204 EXPORT_SYMBOL_GPL(crypto_alloc_aead);
|
| H A D | algif_aead.c | 465 aead = crypto_alloc_aead(name, type, mask); in aead_bind()
|
| H A D | cryptd.c | 1068 tfm = crypto_alloc_aead(cryptd_alg_name, type, mask); in cryptd_alloc_aead()
|
| H A D | tcrypt.c | 277 tfm = crypto_alloc_aead(algo, 0, 0); in test_mb_aead_speed() 566 tfm = crypto_alloc_aead(algo, 0, 0); in test_aead_speed()
|
| /linux-6.15/net/mac80211/ |
| H A D | aes_gmac.c | 75 tfm = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in ieee80211_aes_gmac_key_setup()
|
| H A D | aead_api.c | 92 tfm = crypto_alloc_aead(alg, 0, CRYPTO_ALG_ASYNC); in aead_key_setup_encrypt()
|
| /linux-6.15/fs/smb/client/ |
| H A D | smb2transport.c | 945 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate() 947 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate() 959 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate() 961 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
|
| /linux-6.15/include/crypto/ |
| H A D | aead.h | 181 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_dcp.c | 138 aead = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in do_aead_crypto()
|
| /linux-6.15/crypto/krb5/ |
| H A D | krb5_api.c | 168 ci = crypto_alloc_aead(krb5->encrypt_name, 0, 0); in krb5_prepare_encryption()
|
| /linux-6.15/drivers/crypto/xilinx/ |
| H A D | zynqmp-aes-gcm.c | 321 tfm_ctx->fbk_cipher = crypto_alloc_aead(drv_ctx->alg.aead.base.base.cra_name, in zynqmp_aes_aead_init()
|
| /linux-6.15/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_ccmp.c | 61 priv->tfm = crypto_alloc_aead("ccm(aes)", 0, CRYPTO_ALG_ASYNC); in libipw_ccmp_init()
|
| /linux-6.15/net/tls/ |
| H A D | tls_device_fallback.c | 451 crypto_alloc_aead(cipher_desc->cipher_name, 0, CRYPTO_ALG_ASYNC); in tls_sw_fallback_init()
|
| /linux-6.15/net/ipv4/ |
| H A D | esp4.c | 985 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead() 1044 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
|
| /linux-6.15/net/ipv6/ |
| H A D | esp6.c | 1022 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead() 1081 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
|
| /linux-6.15/drivers/crypto/qce/ |
| H A D | aead.c | 672 ctx->fallback = crypto_alloc_aead(crypto_tfm_alg_name(&tfm->base), in qce_aead_init()
|
| /linux-6.15/net/mac802154/ |
| H A D | llsec.c | 130 key->tfm[i] = crypto_alloc_aead("ccm(aes)", 0, in llsec_key_alloc()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 728 ctx->aead_fbk = crypto_alloc_aead(alg_name, 0, in starfive_aes_aead_init_tfm()
|
| /linux-6.15/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1920 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_ctx_init() 1955 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_xcm_ctx_init()
|
| /linux-6.15/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 979 ctx->sw_cipher.aead = crypto_alloc_aead(alg->base.cra_name, 0, in crypto4xx_aead_init()
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-aes-core.c | 1202 blk = crypto_alloc_aead(alg_name, 0, CRYPTO_ALG_NEED_FALLBACK); in ocs_aes_aead_cra_init()
|
| /linux-6.15/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 579 crypto_alloc_aead(alg->cra_name, 0, in cpt_aead_fallback_init()
|
| /linux-6.15/net/tipc/ |
| H A D | crypto.c | 543 tfm = crypto_alloc_aead(ukey->alg_name, 0, 0); in tipc_aead_init()
|