summaryrefslogtreecommitdiff
path: root/tools/cert_create/include/sha.h
blob: 4d07a1e72d52816c1b0566773a0cd89a40f7dc65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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_ */