Searched refs:authority_hash (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/sample/hwbcc/ |
D | main.c | 54 uint8_t authority_hash[DICE_HASH_SIZE]; in main() local 55 memset(authority_hash, 0, DICE_HASH_SIZE); in main() 67 swbcc_glob_init(FRS, code_hash, authority_hash, &config_descriptor); in main()
|
/trusty/user/base/lib/hwbcc/common/ |
D | swbcc.c | 45 uint8_t authority_hash[DICE_HASH_SIZE]; member 145 const uint8_t authority_hash[DICE_HASH_SIZE], in swbcc_glob_init() 155 memcpy(srv_state.dice_root.child_node_info.authority_hash, authority_hash, in swbcc_glob_init() 524 memcpy(input_values.authority_hash, in swbcc_get_dice_artifacts() 525 srv_state.dice_root.child_node_info.authority_hash, in swbcc_get_dice_artifacts() 526 sizeof(srv_state.dice_root.child_node_info.authority_hash)); in swbcc_get_dice_artifacts()
|
/trusty/user/base/lib/hwbcc/common/include/lib/hwbcc/common/ |
D | swbcc.h | 45 const uint8_t authority_hash[DICE_HASH_SIZE],
|