Lines Matching refs:akcipher_request
13 * struct akcipher_request - public key request
33 struct akcipher_request {
93 int (*sign)(struct akcipher_request *req);
94 int (*verify)(struct akcipher_request *req);
95 int (*encrypt)(struct akcipher_request *req);
96 int (*decrypt)(struct akcipher_request *req);
161 static inline void akcipher_request_set_tfm(struct akcipher_request *req,
168 struct akcipher_request *req)
193 static inline struct akcipher_request *akcipher_request_alloc(
196 struct akcipher_request *req;
210 static inline void akcipher_request_free(struct akcipher_request *req)
226 static inline void akcipher_request_set_callback(struct akcipher_request *req,
248 static inline void akcipher_request_set_crypt(struct akcipher_request *req,
287 static inline int crypto_akcipher_encrypt(struct akcipher_request *req)
311 static inline int crypto_akcipher_decrypt(struct akcipher_request *req)
335 static inline int crypto_akcipher_sign(struct akcipher_request *req)
362 static inline int crypto_akcipher_verify(struct akcipher_request *req)