Lines Matching refs:akcipher_request
30 struct akcipher_request { struct
85 int (*encrypt)(struct akcipher_request *req);
86 int (*decrypt)(struct akcipher_request *req);
150 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm()
157 struct akcipher_request *req) in crypto_akcipher_reqtfm()
182 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc()
185 struct akcipher_request *req; in akcipher_request_alloc()
199 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free()
215 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback()
236 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt()
275 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt()
292 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt()