Lines Matching refs:ahash_request
105 struct ahash_request fallback_req;
134 struct ahash_request *req;
271 static int img_hash_finish(struct ahash_request *req) in img_hash_finish()
283 static void img_hash_copy_hash(struct ahash_request *req) in img_hash_copy_hash()
293 static void img_hash_finish_req(struct ahash_request *req, int err) in img_hash_finish_req()
446 struct ahash_request *req = hdev->req; in img_hash_process_data()
487 static int img_hash_init(struct ahash_request *req) in img_hash_init()
502 struct ahash_request *req) in img_hash_handle_queue()
552 static int img_hash_update(struct ahash_request *req) in img_hash_update()
567 static int img_hash_final(struct ahash_request *req) in img_hash_final()
582 static int img_hash_finup(struct ahash_request *req) in img_hash_finup()
599 static int img_hash_import(struct ahash_request *req, const void *in) in img_hash_import()
613 static int img_hash_export(struct ahash_request *req, void *out) in img_hash_export()
627 static int img_hash_digest(struct ahash_request *req) in img_hash_digest()