Lines Matching refs:kpp_request
32 struct kpp_request { struct
79 int (*generate_public_key)(struct kpp_request *req);
80 int (*compute_shared_secret)(struct kpp_request *req);
137 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm()
143 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm()
176 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc()
179 struct kpp_request *req; in kpp_request_alloc()
193 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free()
209 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback()
228 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input()
245 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output()
307 static inline int crypto_kpp_generate_public_key(struct kpp_request *req) in crypto_kpp_generate_public_key()
325 static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req) in crypto_kpp_compute_shared_secret()