Lines Matching refs:ahash_request
106 struct ahash_request fallback_req;
132 struct ahash_request *req;
269 static int img_hash_finish(struct ahash_request *req) in img_hash_finish()
281 static void img_hash_copy_hash(struct ahash_request *req) in img_hash_copy_hash()
291 static void img_hash_finish_req(struct ahash_request *req, int err) in img_hash_finish_req()
440 struct ahash_request *req = hdev->req; in img_hash_process_data()
481 static int img_hash_init(struct ahash_request *req) in img_hash_init()
495 struct ahash_request *req) in img_hash_handle_queue()
545 static int img_hash_update(struct ahash_request *req) in img_hash_update()
560 static int img_hash_final(struct ahash_request *req) in img_hash_final()
574 static int img_hash_finup(struct ahash_request *req) in img_hash_finup()
590 static int img_hash_digest(struct ahash_request *req) in img_hash_digest()