Lines Matching defs:req
39 struct skcipher_request *__restrict req, bool atomic) in skcipher_walk_virt()
75 struct aead_request *__restrict req, in skcipher_walk_aead_common()
101 struct aead_request *__restrict req, in skcipher_walk_aead_encrypt()
111 struct aead_request *__restrict req, in skcipher_walk_aead_decrypt()
186 int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt()
199 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt()
212 static int crypto_lskcipher_export(struct skcipher_request *req, void *out) in crypto_lskcipher_export()
225 static int crypto_lskcipher_import(struct skcipher_request *req, const void *in) in crypto_lskcipher_import()
238 static int skcipher_noexport(struct skcipher_request *req, void *out) in skcipher_noexport()
243 static int skcipher_noimport(struct skcipher_request *req, const void *in) in skcipher_noimport()
248 int crypto_skcipher_export(struct skcipher_request *req, void *out) in crypto_skcipher_export()
259 int crypto_skcipher_import(struct skcipher_request *req, const void *in) in crypto_skcipher_import()