Lines Matching defs:req
456 struct skcipher_request *req) in skcipher_walk_skcipher()
484 struct skcipher_request *req, bool atomic) in skcipher_walk_virt()
505 struct skcipher_request *req) in skcipher_walk_async()
516 struct aead_request *req, bool atomic) in skcipher_walk_aead_common()
557 int skcipher_walk_aead(struct skcipher_walk *walk, struct aead_request *req, in skcipher_walk_aead()
567 struct aead_request *req, bool atomic) in skcipher_walk_aead_encrypt()
576 struct aead_request *req, bool atomic) in skcipher_walk_aead_decrypt()
615 static int skcipher_crypt_blkcipher(struct skcipher_request *req, in skcipher_crypt_blkcipher()
633 static int skcipher_encrypt_blkcipher(struct skcipher_request *req) in skcipher_encrypt_blkcipher()
642 static int skcipher_decrypt_blkcipher(struct skcipher_request *req) in skcipher_decrypt_blkcipher()
709 static int skcipher_crypt_ablkcipher(struct skcipher_request *req, in skcipher_crypt_ablkcipher()
725 static int skcipher_encrypt_ablkcipher(struct skcipher_request *req) in skcipher_encrypt_ablkcipher()
734 static int skcipher_decrypt_ablkcipher(struct skcipher_request *req) in skcipher_decrypt_ablkcipher()