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()
440 struct ahash_request *req = ahash_request_cast(cpg->cur_req); in mv_hash_algo_completion() local
463 struct crypto_async_request *req = cpg->cur_req; in dequeue_complete_req() local
528 static void mv_start_new_crypt_req(struct ablkcipher_request *req) in mv_start_new_crypt_req()
549 static void mv_start_new_hash_req(struct ahash_request *req) in mv_start_new_hash_req()
627 struct ablkcipher_request *req = in queue_manag() local
631 struct ahash_request *req = in queue_manag() local
644 static int mv_handle_req(struct crypto_async_request *req) in mv_handle_req()
656 static int mv_enc_aes_ecb(struct ablkcipher_request *req) in mv_enc_aes_ecb()
666 static int mv_dec_aes_ecb(struct ablkcipher_request *req) in mv_dec_aes_ecb()
678 static int mv_enc_aes_cbc(struct ablkcipher_request *req) in mv_enc_aes_cbc()
688 static int mv_dec_aes_cbc(struct ablkcipher_request *req) in mv_dec_aes_cbc()
725 static int mv_hash_init(struct ahash_request *req) in mv_hash_init()
733 static int mv_hash_update(struct ahash_request *req) in mv_hash_update()
742 static int mv_hash_final(struct ahash_request *req) in mv_hash_final()
751 static int mv_hash_finup(struct ahash_request *req) in mv_hash_finup()
757 static int mv_hash_digest(struct ahash_request *req) in mv_hash_digest()