blob: 93984960e22390749b5131a4b95974d0d04c69b8 [file] [log] [blame]
Gilad Ben-Yosseffbb88a32019-05-14 10:48:18 +03001/*
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
10int cc_get_rotpk_hash(unsigned char *dst, unsigned int len,
11 unsigned int *flags);
12
13#endif