Searched refs:kpp_request_alloc (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | ecdh_helper.c | 57 req = kpp_request_alloc(tfm, GFP_KERNEL); in compute_ecdh_secret() 157 req = kpp_request_alloc(tfm, GFP_KERNEL); in generate_ecdh_public_key()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | ecdh_helper.c | 73 req = kpp_request_alloc(tfm, GFP_KERNEL); in compute_ecdh_secret() 180 req = kpp_request_alloc(tfm, GFP_KERNEL); in generate_ecdh_public_key()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | kpp.h | 166 * kpp_request_alloc() - allocates kpp request 173 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc() function
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | kpp.h | 192 * kpp_request_alloc() - allocates kpp request 199 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc() function
|
/kernel/linux/linux-6.6/drivers/nvme/common/ |
H A D | auth.c | 413 req = kpp_request_alloc(dh_tfm, GFP_KERNEL); in nvme_auth_gen_pubkey() 439 req = kpp_request_alloc(dh_tfm, GFP_KERNEL); in nvme_auth_gen_shared_secret()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | dh.c | 350 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | dh.c | 245 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 3760 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 3905 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()
|
Completed in 16 milliseconds