Lines Matching refs:akcipher_request
35 struct akcipher_request { struct
97 int (*sign)(struct akcipher_request *req);
98 int (*verify)(struct akcipher_request *req);
99 int (*encrypt)(struct akcipher_request *req);
100 int (*decrypt)(struct akcipher_request *req);
164 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm()
171 struct akcipher_request *req) in crypto_akcipher_reqtfm()
196 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc()
199 struct akcipher_request *req; in akcipher_request_alloc()
213 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free()
229 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback()
251 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt()
290 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt()
307 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt()
360 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign()
381 static inline int crypto_akcipher_verify(struct akcipher_request *req) in crypto_akcipher_verify()