Home
last modified time | relevance | path

Searched refs:kpp_request_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/bluetooth/
Decdh_helper.c73 req = kpp_request_alloc(tfm, GFP_KERNEL); in compute_ecdh_secret()
178 req = kpp_request_alloc(tfm, GFP_KERNEL); in generate_ecdh_public_key()
/linux-6.1.9/Documentation/crypto/
Dapi-kpp.rst20 …:functions: kpp_request_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_…
/linux-6.1.9/drivers/nvme/common/
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()
/linux-6.1.9/include/crypto/
Dkpp.h175 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc() function
/linux-6.1.9/security/keys/
Ddh.c261 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()
/linux-6.1.9/crypto/
Dtestmgr.c3825 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()