Home
last modified time | relevance | path

Searched refs:kpp_request (Results 1 – 8 of 8) sorted by relevance

/linux/include/crypto/
H A Dkpp.h31 struct kpp_request { struct
80 int (*generate_public_key)(struct kpp_request *req);
81 int (*compute_shared_secret)(struct kpp_request *req);
139 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm()
145 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm()
180 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc()
183 struct kpp_request *req; in kpp_request_alloc()
197 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free()
213 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback()
232 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input()
[all …]
/linux/include/crypto/internal/
H A Dkpp.h48 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx()
53 static inline void *kpp_request_ctx_dma(struct kpp_request *req) in kpp_request_ctx_dma()
86 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete()
/linux/net/bluetooth/
H A Decdh_helper.c48 struct kpp_request *req; in compute_ecdh_secret()
148 struct kpp_request *req; in generate_ecdh_public_key()
/linux/drivers/crypto/
H A Datmel-ecc.c51 struct kpp_request *req = areq; in atmel_ecdh_done()
137 static int atmel_ecdh_generate_public_key(struct kpp_request *req) in atmel_ecdh_generate_public_key()
165 static int atmel_ecdh_compute_shared_secret(struct kpp_request *req) in atmel_ecdh_compute_shared_secret()
/linux/drivers/nvme/common/
H A Dauth.c391 struct kpp_request *req; in nvme_auth_gen_pubkey()
417 struct kpp_request *req; in nvme_auth_gen_shared_secret()
/linux/security/keys/
H A Ddh.c135 struct kpp_request *req; in __keyctl_dh_compute()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c493 struct kpp_request *req; in tpm_buf_append_salt()
/linux/crypto/
H A Dtestmgr.c3583 struct kpp_request *req; in do_test_kpp()