summaryrefslogtreecommitdiff
path: root/include/drivers/arm/cryptocell/cc_rotpk.h
blob: 93984960e22390749b5131a4b95974d0d04c69b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef _CC_ROTPK_H
#define _CC_ROTPK_H

int cc_get_rotpk_hash(unsigned char *dst, unsigned int len,
		      unsigned int *flags);

#endif