Home
last modified time | relevance | path

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

/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/drivers/nvme/common/
H A Dauth.c400 req = kpp_request_alloc(dh_tfm, GFP_KERNEL); in nvme_auth_gen_pubkey()
460 req = kpp_request_alloc(dh_tfm, GFP_KERNEL); in nvme_auth_gen_session_key()
/linux/security/keys/
H A Ddh.c245 req = kpp_request_alloc(tfm, GFP_KERNEL); in __keyctl_dh_compute()