Searched refs:kpp_request (Results 1 – 8 of 8) sorted by relevance
31 struct kpp_request { struct80 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 …]
48 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()
48 struct kpp_request *req; in compute_ecdh_secret()148 struct kpp_request *req; in generate_ecdh_public_key()
51 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()
391 struct kpp_request *req; in nvme_auth_gen_pubkey()417 struct kpp_request *req; in nvme_auth_gen_shared_secret()
135 struct kpp_request *req; in __keyctl_dh_compute()
493 struct kpp_request *req; in tpm_buf_append_salt()
3583 struct kpp_request *req; in do_test_kpp()