Lines Matching defs:req

255 	struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req);  in mv_process_current_q()  local
310 struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req); in mv_crypto_algo_completion() local
324 struct ahash_request *req = ahash_request_cast(cpg->cur_req); in mv_process_hash_current() local
401 static int mv_hash_final_fallback(struct ahash_request *req) in mv_hash_final_fallback()
437 struct ahash_request *req = ahash_request_cast(cpg->cur_req); in mv_hash_algo_completion() local
460 struct crypto_async_request *req = cpg->cur_req; in dequeue_complete_req() local
525 static void mv_start_new_crypt_req(struct ablkcipher_request *req) in mv_start_new_crypt_req()
546 static void mv_start_new_hash_req(struct ahash_request *req) in mv_start_new_hash_req()
624 struct ablkcipher_request *req = in queue_manag() local
628 struct ahash_request *req = in queue_manag() local
641 static int mv_handle_req(struct crypto_async_request *req) in mv_handle_req()
653 static int mv_enc_aes_ecb(struct ablkcipher_request *req) in mv_enc_aes_ecb()
663 static int mv_dec_aes_ecb(struct ablkcipher_request *req) in mv_dec_aes_ecb()
675 static int mv_enc_aes_cbc(struct ablkcipher_request *req) in mv_enc_aes_cbc()
685 static int mv_dec_aes_cbc(struct ablkcipher_request *req) in mv_dec_aes_cbc()
722 static int mv_hash_init(struct ahash_request *req) in mv_hash_init()
730 static int mv_hash_update(struct ahash_request *req) in mv_hash_update()
739 static int mv_hash_final(struct ahash_request *req) in mv_hash_final()
748 static int mv_hash_finup(struct ahash_request *req) in mv_hash_finup()
754 static int mv_hash_digest(struct ahash_request *req) in mv_hash_digest()