Lines Matching refs:kpp_request
18 * struct kpp_request
31 struct kpp_request {
95 int (*generate_public_key)(struct kpp_request *req);
96 int (*compute_shared_secret)(struct kpp_request *req);
158 static inline void kpp_request_set_tfm(struct kpp_request *req,
164 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req)
199 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm,
202 struct kpp_request *req;
216 static inline void kpp_request_free(struct kpp_request *req)
232 static inline void kpp_request_set_callback(struct kpp_request *req,
251 static inline void kpp_request_set_input(struct kpp_request *req,
268 static inline void kpp_request_set_output(struct kpp_request *req,
353 static inline int crypto_kpp_generate_public_key(struct kpp_request *req)
374 static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req)