Software APIs
sw
device
silicon_creator
rom
keys
fake
spx
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_FAKE_SPX_PROD_KEY_1_SPX_H_
6
#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_FAKE_SPX_PROD_KEY_1_SPX_H_
7
8
#define PROD_KEY_1_SPX \
9
{ \
10
.data = { \
11
0xad63458a, \
12
0x496271fa, \
13
0x8c9a5579, \
14
0x1f5a1a8b, \
15
0x3ee242a2, \
16
0x33ae5f9a, \
17
0x0356fbb0, \
18
0x4d83c8d1, \
19
}
20
#endif
// OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_FAKE_SPX_PROD_KEY_1_SPX_H_
Return to
OpenTitan Documentation