blob: c009d1b424c0b42664b0c92b16baaa56a530c8f9 [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef _AML_SHA_DMA_H_
#define _AML_SHA_DMA_H_
int aml_sha_process(struct ahash_request *req);
void aml_sha_finish_req(struct ahash_request *req, int err);
#endif // _AML_SHA_DMA_H_