| /linux/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/Documentation/crypto/ |
| H A D | api-aead.rst | 17 …:functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead…
|
| /linux/crypto/ |
| H A D | aead.c | 201 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() function 205 EXPORT_SYMBOL_GPL(crypto_alloc_aead);
|
| H A D | algif_aead.c | 364 return crypto_alloc_aead(name, type, mask); in aead_bind()
|
| H A D | cryptd.c | 1074 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/fs/smb/client/ |
| H A D | smb2transport.c | 824 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate() 826 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate() 838 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate() 840 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
|
| /linux/net/mac80211/ |
| H A D | aes_gmac.c | 77 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/include/crypto/ |
| H A D | aead.h | 196 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
|
| /linux/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/crypto/krb5/ |
| H A D | krb5_api.c | 168 ci = crypto_alloc_aead(krb5->encrypt_name, 0, 0); in krb5_prepare_encryption()
|
| /linux/drivers/net/ovpn/ |
| H A D | crypto_aead.c | 254 aead = crypto_alloc_aead(alg_name, 0, 0); in ovpn_aead_init()
|
| /linux/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/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/net/ipv6/ |
| H A D | esp6.c | 1025 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead() 1084 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
|
| /linux/net/ipv4/ |
| H A D | esp4.c | 988 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead() 1047 aead = crypto_alloc_aead(authenc_name, 0, 0); in esp_init_authenc()
|
| /linux/drivers/crypto/xilinx/ |
| H A D | zynqmp-aes-gcm.c | 726 tfm_ctx->fbk_cipher = crypto_alloc_aead(drv_ctx->aead.base.base.cra_name, in xilinx_aes_aead_init()
|
| /linux/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/net/mac802154/ |
| H A D | llsec.c | 130 key->tfm[i] = crypto_alloc_aead("ccm(aes)", 0, in llsec_key_alloc()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 729 ctx->aead_fbk = crypto_alloc_aead(alg_name, 0, in starfive_aes_aead_init_tfm()
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 945 ctx->sw_cipher.aead = crypto_alloc_aead(alg->base.cra_name, 0, in crypto4xx_aead_init()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 2158 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_ctx_init() 2193 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_xcm_ctx_init()
|
| /linux/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/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 580 crypto_alloc_aead(alg->cra_name, 0, in cpt_aead_fallback_init()
|