Lines Matching defs:req
94 struct crypto_async_request *req; member
321 static int spacc_aead_make_ddts(struct spacc_req *req, u8 *giv) in spacc_aead_make_ddts()
404 static void spacc_aead_free_ddts(struct spacc_req *req) in spacc_aead_free_ddts()
431 static void spacc_free_ddt(struct spacc_req *req, struct spacc_ddt *ddt, in spacc_free_ddt()
544 static int spacc_aead_need_fallback(struct spacc_req *req) in spacc_aead_need_fallback()
566 static int spacc_aead_do_fallback(struct aead_request *req, unsigned alg_type, in spacc_aead_do_fallback()
589 static void spacc_aead_complete(struct spacc_req *req) in spacc_aead_complete()
595 static int spacc_aead_submit(struct spacc_req *req) in spacc_aead_submit()
660 struct spacc_req *req; in spacc_push() local
681 static int spacc_aead_setup(struct aead_request *req, u8 *giv, in spacc_aead_setup()
728 static int spacc_aead_encrypt(struct aead_request *req) in spacc_aead_encrypt()
737 static int spacc_aead_givencrypt(struct aead_givcrypt_request *req) in spacc_aead_givencrypt()
758 static int spacc_aead_decrypt(struct aead_request *req) in spacc_aead_decrypt()
910 static int spacc_ablk_need_fallback(struct spacc_req *req) in spacc_ablk_need_fallback()
925 static void spacc_ablk_complete(struct spacc_req *req) in spacc_ablk_complete()
942 static int spacc_ablk_submit(struct spacc_req *req) in spacc_ablk_submit()
976 static int spacc_ablk_do_fallback(struct ablkcipher_request *req, in spacc_ablk_do_fallback()
1000 static int spacc_ablk_setup(struct ablkcipher_request *req, unsigned alg_type, in spacc_ablk_setup()
1112 static int spacc_ablk_encrypt(struct ablkcipher_request *req) in spacc_ablk_encrypt()
1121 static int spacc_ablk_decrypt(struct ablkcipher_request *req) in spacc_ablk_decrypt()
1138 struct spacc_req *req; in spacc_process_done() local
1202 static int spacc_req_submit(struct spacc_req *req) in spacc_req_submit()
1215 struct spacc_req *req, *tmp; in spacc_spacc_complete() local