Home
last modified time | relevance | path

Searched refs:aead_request_alloc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ovpn/
H A Dcrypto_aead.c133 req = aead_request_alloc(ks->encrypt, GFP_ATOMIC); in ovpn_aead_encrypt()
228 req = aead_request_alloc(ks->decrypt, GFP_ATOMIC); in ovpn_aead_decrypt()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_ccmp.c202 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in libipw_ccmp_encrypt()
306 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in libipw_ccmp_decrypt()
/linux/include/crypto/
H A Daead.h518 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c150 aead_req = aead_request_alloc(aead, GFP_KERNEL); in do_aead_crypto()
/linux/net/mac802154/
H A Dllsec.c669 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_encrypt_auth()
878 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_decrypt_auth()
/linux/fs/smb/server/
H A Dauth.c881 req = aead_request_alloc(tfm, KSMBD_DEFAULT_GFP); in ksmbd_crypt_message()
/linux/crypto/
H A Dtcrypt.c313 data[i].req = aead_request_alloc(tfm, GFP_KERNEL); in test_mb_aead_speed()
584 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
H A Dtestmgr.c2521 generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL); in test_aead_vs_generic_impl()
2681 req = aead_request_alloc(tfm, GFP_KERNEL); in alg_test_aead()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c2537 subreq = aead_request_alloc(a_ctx->fallback_aead_tfm, GFP_KERNEL); in sec_aead_soft_crypto()
/linux/net/ceph/
H A Dmessenger_v2.c763 con->v2.gcm_req = aead_request_alloc(con->v2.gcm_tfm, GFP_NOIO); in setup_crypto()