Lines Matching defs:req

260 	struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req);  in mv_process_current_q()  local
315 struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req); in mv_crypto_algo_completion() local
329 struct ahash_request *req = ahash_request_cast(cpg->cur_req); in mv_process_hash_current() local
406 static int mv_hash_final_fallback(struct ahash_request *req) in mv_hash_final_fallback()
442 struct ahash_request *req = ahash_request_cast(cpg->cur_req); in mv_hash_algo_completion() local
465 struct crypto_async_request *req = cpg->cur_req; in dequeue_complete_req() local
530 static void mv_start_new_crypt_req(struct ablkcipher_request *req) in mv_start_new_crypt_req()
551 static void mv_start_new_hash_req(struct ahash_request *req) in mv_start_new_hash_req()
629 struct ablkcipher_request *req = in queue_manag() local
633 struct ahash_request *req = in queue_manag() local
646 static int mv_handle_req(struct crypto_async_request *req) in mv_handle_req()
658 static int mv_enc_aes_ecb(struct ablkcipher_request *req) in mv_enc_aes_ecb()
668 static int mv_dec_aes_ecb(struct ablkcipher_request *req) in mv_dec_aes_ecb()
680 static int mv_enc_aes_cbc(struct ablkcipher_request *req) in mv_enc_aes_cbc()
690 static int mv_dec_aes_cbc(struct ablkcipher_request *req) in mv_dec_aes_cbc()
727 static int mv_hash_init(struct ahash_request *req) in mv_hash_init()
735 static int mv_hash_update(struct ahash_request *req) in mv_hash_update()
744 static int mv_hash_final(struct ahash_request *req) in mv_hash_final()
753 static int mv_hash_finup(struct ahash_request *req) in mv_hash_finup()
759 static int mv_hash_digest(struct ahash_request *req) in mv_hash_digest()