/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 | 14 …: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 | 426 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 | testmgr.c | 2514 generic_tfm = crypto_alloc_aead(generic_driver, 0, 0); in test_aead_vs_generic_impl() 2677 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
|
/linux/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/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()
|
H A D | smb2ops.c | 4562 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in decrypt_raw_data() 4564 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in decrypt_raw_data()
|
/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/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/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/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/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/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/drivers/crypto/amcc/ |
H A D | crypto4xx_core.c | 946 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 | 2148 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_ctx_init() 2183 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/net/tls/ |
H A D | tls_sw.c | 2815 *aead = crypto_alloc_aead(cipher_desc->cipher_name, 0, 0); in tls_set_sw_offload()
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 2411 cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, in crypt_alloc_tfms_aead()
|
/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 4184 ctx->fallback_cipher = crypto_alloc_aead(alg->cra_name, 0, in aead_cra_init()
|
/linux/net/ceph/ |
H A D | messenger_v2.c | 754 con->v2.gcm_tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in setup_crypto()
|