Lines Matching refs:akcipher_request
15 * struct akcipher_request - public key request
35 struct akcipher_request {
118 int (*sign)(struct akcipher_request *req);
119 int (*verify)(struct akcipher_request *req);
120 int (*encrypt)(struct akcipher_request *req);
121 int (*decrypt)(struct akcipher_request *req);
189 static inline void akcipher_request_set_tfm(struct akcipher_request *req,
196 struct akcipher_request *req)
221 static inline struct akcipher_request *akcipher_request_alloc(
224 struct akcipher_request *req;
238 static inline void akcipher_request_free(struct akcipher_request *req)
254 static inline void akcipher_request_set_callback(struct akcipher_request *req,
276 static inline void akcipher_request_set_crypt(struct akcipher_request *req,
336 static inline int crypto_akcipher_encrypt(struct akcipher_request *req)
361 static inline int crypto_akcipher_decrypt(struct akcipher_request *req)
422 static inline int crypto_akcipher_sign(struct akcipher_request *req)
447 static inline int crypto_akcipher_verify(struct akcipher_request *req)