xref: /rk3399_ARM-atf/include/plat/arm/board/common/rotpk/rotpk_def.h (revision 5808766210f4e127d150c9165dcd14c644c5bc9d)
1 
2 /*
3  * Copyright (c) 2024, ARM Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef ROTPK_DEF_H
9 #define ROTPK_DEF_H
10 
11 /*
12  * Definitions related to ROTPK
13  */
14 
15 /*
16  * Length of the header for a hashed DER ROTPK.
17  */
18 #ifndef ARM_ROTPK_HASH_DER_HEADER_LEN
19 #define ARM_ROTPK_HASH_DER_HEADER_LEN		19
20 #endif
21 #endif /* ROTPK_DEF_H */
22