Home
last modified time | relevance | path

Searched refs:kpp_request_alloc (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Decdh_helper.c57 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 Decdh_helper.c73 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 Dkpp.h166 * 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 Dkpp.h192 * 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 Dauth.c413 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 Ddh.c350 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()
/kernel/linux/linux-6.6/security/keys/
H A Ddh.c245 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c3760 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c3905 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()

Completed in 16 milliseconds