Home
last modified time | relevance | path

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

/linux/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()
/linux/Documentation/crypto/
H A Dapi-kpp.rst20 …:functions: kpp_request_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_…
/linux/drivers/nvme/common/
H A Dauth.c404 req = kpp_request_alloc(dh_tfm, GFP_KERNEL); in nvme_auth_gen_pubkey()
430 req = kpp_request_alloc(dh_tfm, GFP_KERNEL); in nvme_auth_gen_shared_secret()
/linux/include/crypto/
H A Dkpp.h180 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc() function
/linux/security/keys/
H A Ddh.c245 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c313 req = kpp_request_alloc(kpp, GFP_KERNEL); in tpm_buf_append_salt()
/linux/crypto/
H A Dtestmgr.c3901 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()