Software APIs
ownership_unlock_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_UNLOCK_KEY_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_SIVAL_KEYS_OWNERSHIP_UNLOCK_KEY_H_
7 
8 #define OWNERSHIP_UNLOCK_KEY \
9  { \
10  0xbba01e3e, 0x8fd4e130, 0x141168e0, 0x46bd37f7, 0x93998070, 0x455abb63, \
11  0xb3a97219, 0x3dc97b59, 0x37a94aba, 0x810a3baa, 0x83e294a8, \
12  0xc414ec9e, 0x0b6dc453, 0xd7295f00, 0x9c21ea58, 0x3c0788fa, \
13  }
14 
15 #endif // OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_SIVAL_KEYS_OWNERSHIP_UNLOCK_KEY_H_