Software APIs
sw
device
silicon_creator
rom
keys
fake
spx
prod_key_0_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_0_SPX_H_
6
#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_FAKE_SPX_PROD_KEY_0_SPX_H_
7
8
#define PROD_KEY_0_SPX \
9
{ \
10
.data = { \
11
0x2d3e6e02, \
12
0xb2ade5d3, \
13
0x519c46bd, \
14
0xfedece98, \
15
0x1dfe267b, \
16
0xdee29c09, \
17
0x8c50f4da, \
18
0x789b490a, \
19
} \
20
}
21
#endif
// OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_KEYS_FAKE_SPX_PROD_KEY_0_SPX_H_
Return to
OpenTitan Documentation