Searched refs:aead_request_alloc (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/Documentation/crypto/ |
| D | api-aead.rst | 23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
|
| /Linux-v4.19/include/crypto/ |
| D | aead.h | 420 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
|
| /Linux-v4.19/security/keys/ |
| D | big_key.c | 116 aead_req = aead_request_alloc(big_key_aead, GFP_KERNEL); in big_key_crypt()
|
| /Linux-v4.19/net/mac802154/ |
| D | llsec.c | 669 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/ |
| D | tcrypt.c | 319 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()
|
| D | testmgr.c | 659 req = aead_request_alloc(tfm, GFP_KERNEL); in __test_aead()
|
| /Linux-v4.19/net/tls/ |
| D | tls_sw.c | 209 req = aead_request_alloc(ctx->aead_send, sk->sk_allocation); in tls_push_record()
|
| /Linux-v4.19/fs/cifs/ |
| D | smb2ops.c | 2630 req = aead_request_alloc(tfm, GFP_KERNEL); in crypt_message()
|