Software APIs
ownership_owner_key.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_EXT_SIVAL_KEYS_OWNERSHIP_OWNER_KEY_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_SIVAL_KEYS_OWNERSHIP_OWNER_KEY_H_
7 
8 #define OWNERSHIP_OWNER_KEY \
9  { \
10  0x25d3e660, 0x6b9401bb, 0x2d1f5aee, 0x875afd25, 0xaaec4927, 0xda4db14f, \
11  0x5d8589d7, 0xa1d16920, 0x3e1c985f, 0x2382ab29, 0x8691f8a4, \
12  0xc23a8311, 0x1dc2bd4f, 0x52faf2a0, 0xecbd0854, 0x4c80901b, \
13  }
14 
15 #endif // OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_SIVAL_KEYS_OWNERSHIP_OWNER_KEY_H_