Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-aead.rst23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
/Linux-v4.19/include/crypto/
Daead.h420 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/Linux-v4.19/security/keys/
Dbig_key.c116 aead_req = aead_request_alloc(big_key_aead, GFP_KERNEL); in big_key_crypt()
/Linux-v4.19/net/mac802154/
Dllsec.c669 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_encrypt_auth()
875 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_decrypt_auth()
/Linux-v4.19/crypto/
Dtcrypt.c319 data[i].req = aead_request_alloc(tfm, GFP_KERNEL); in test_mb_aead_speed()
582 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
Dtestmgr.c659 req = aead_request_alloc(tfm, GFP_KERNEL); in __test_aead()
/Linux-v4.19/net/tls/
Dtls_sw.c209 req = aead_request_alloc(ctx->aead_send, sk->sk_allocation); in tls_push_record()
/Linux-v4.19/fs/cifs/
Dsmb2ops.c2630 req = aead_request_alloc(tfm, GFP_KERNEL); in crypt_message()