Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
5529a0168b6f73c39c976874ec251b33519a7d11
/
.
/
tools
/
cert_create
/
include
/
sha.h
blob: 4d07a1e72d52816c1b0566773a0cd89a40f7dc65 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
SHA_H_
#define
SHA_H_
int
sha_file
(
int
md_alg
,
const
char
*
filename
,
unsigned
char
*
md
);
#endif
/* SHA_H_ */