Gilad Ben-Yossef | fbb88a3 | 2019-05-14 10:48:18 +0300 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _CC_ROTPK_H | ||||
8 | #define _CC_ROTPK_H | ||||
9 | |||||
10 | int cc_get_rotpk_hash(unsigned char *dst, unsigned int len, | ||||
11 | unsigned int *flags); | ||||
12 | |||||
13 | #endif |