Software APIs
prod_key_1_spx.h
1 // Copyright lowRISC contributors (OpenTitan project).
2 // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3 // SPDX-License-Identifier: Apache-2.0
4 
5 #ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_REAL_SPX_PROD_KEY_1_SPX_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_REAL_SPX_PROD_KEY_1_SPX_H_
7 
8 #define PROD_KEY_1_SPX \
9  { \
10  .data = { \
11  0x80F14530, \
12  0x1F62FEB8, \
13  0x99E2479C, \
14  0x87FC7825, \
15  0xA445AFB1, \
16  0x34D51734, \
17  0x289CAD60, \
18  0xAFE44BE7 \
19  } \
20  }
21 #endif // OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_REAL_SPX_PROD_KEY_1_SPX_H_