Home
last modified time | relevance | path

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

/linux/crypto/
H A Daead.c202 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() function
206 EXPORT_SYMBOL_GPL(crypto_alloc_aead);
H A Dtcrypt.c277 tfm = crypto_alloc_aead(algo, 0, 0); in test_mb_aead_speed()
566 tfm = crypto_alloc_aead(algo, 0, 0); in test_aead_speed()
H A Dtestmgr.c2508 generic_tfm = crypto_alloc_aead(generic_driver, 0, 0); in test_aead_vs_generic_impl()
2671 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
/linux/net/mac80211/
H A Daes_gmac.c77 tfm = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in ieee80211_aes_gmac_key_setup()
H A Daead_api.c92 tfm = crypto_alloc_aead(alg, 0, CRYPTO_ALG_ASYNC); in aead_key_setup_encrypt()
/linux/fs/smb/client/
H A Dsmb2transport.c822 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate()
824 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
836 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in smb3_crypto_aead_allocate()
838 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in smb3_crypto_aead_allocate()
H A Dsmb2ops.c4627 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in decrypt_raw_data()
4629 tfm = crypto_alloc_aead("ccm(aes)", 0, 0); in decrypt_raw_data()
/linux/include/crypto/
H A Daead.h196 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c138 aead = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC); in do_aead_crypto()
/linux/net/tls/
H A Dtls_device_fallback.c451 crypto_alloc_aead(cipher_desc->cipher_name, 0, CRYPTO_ALG_ASYNC);
454 pr_err_ratelimited("crypto_alloc_aead failed rc=%d\n", rc); in tls_encrypt_skb()
H A Dtls_sw.c2839 *aead = crypto_alloc_aead(cipher_desc->cipher_name, 0, 0); in tls_set_sw_offload()
/linux/net/mac802154/
H A Dllsec.c130 key->tfm[i] = crypto_alloc_aead("ccm(aes)", 0, in llsec_key_alloc()
/linux/net/tipc/
H A Dcrypto.c543 tfm = crypto_alloc_aead(ukey->alg_name, 0, 0); in tipc_aead_init()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2893 ctx->fback = crypto_alloc_aead(alg->base.cra_name, 0, in safexcel_aead_fallback_cra_init()
/linux/drivers/md/
H A Ddm-crypt.c2370 cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, in crypt_alloc_tfms_aead()
/linux/net/ceph/
H A Dmessenger_v2.c740 con->v2.gcm_tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in setup_crypto()
/linux/drivers/net/
H A Dmacsec.c1373 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in macsec_alloc_tfm()