| /* 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_ |