Lines Matching refs:req
95 static inline void skcipher_request_complete(struct skcipher_request *req, int err)
97 crypto_request_complete(&req->base, err);
149 struct skcipher_request *req,
152 struct skcipher_request *req);
154 struct aead_request *req, bool atomic);
156 struct aead_request *req, bool atomic);
174 static inline void *skcipher_request_ctx(struct skcipher_request *req)
176 return req->__ctx;
179 static inline void *skcipher_request_ctx_dma(struct skcipher_request *req)
186 return PTR_ALIGN(skcipher_request_ctx(req), align);
189 static inline u32 skcipher_request_flags(struct skcipher_request *req)
191 return req->base.flags;