Searched refs:crypto_alloc_aead (Results 1 – 17 of 17) sorted by relevance
| /linux/crypto/ |
| H A D | aead.c | 202 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 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()
|
| H A D | testmgr.c | 2508 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 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/fs/smb/client/ |
| H A D | smb2transport.c | 822 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 D | smb2ops.c | 4627 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 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/net/tls/ |
| H A D | tls_device_fallback.c | 451 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 D | tls_sw.c | 2839 *aead = crypto_alloc_aead(cipher_desc->cipher_name, 0, 0); in tls_set_sw_offload()
|
| /linux/net/mac802154/ |
| H A D | llsec.c | 130 key->tfm[i] = crypto_alloc_aead("ccm(aes)", 0, in llsec_key_alloc()
|
| /linux/net/tipc/ |
| H A D | crypto.c | 543 tfm = crypto_alloc_aead(ukey->alg_name, 0, 0); in tipc_aead_init()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_cipher.c | 2893 ctx->fback = crypto_alloc_aead(alg->base.cra_name, 0, in safexcel_aead_fallback_cra_init()
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 2370 cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, in crypt_alloc_tfms_aead()
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 740 con->v2.gcm_tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in setup_crypto()
|
| /linux/drivers/net/ |
| H A D | macsec.c | 1373 tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in macsec_alloc_tfm()
|