Software APIs
dice_keys.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_LIB_CERT_DICE_KEYS_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_CERT_DICE_KEYS_H_
7 
8 #include "sw/device/silicon_creator/lib/drivers/keymgr.h"
9 
10 extern const sc_keymgr_ecc_key_t kDiceKeyUds;
11 extern const sc_keymgr_ecc_key_t kDiceKeyCdi0;
12 extern const sc_keymgr_ecc_key_t kDiceKeyCdi1;
13 
14 #endif // OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_CERT_DICE_KEYS_H_