Searched refs:dice_root (Results 1 – 1 of 1) sorted by relevance
/trusty/user/base/lib/hwbcc/common/ |
D | swbcc.c | 65 struct dice_root_state dice_root; member 151 memcpy(srv_state.dice_root.FRS, FRS, DICE_HIDDEN_SIZE); in swbcc_glob_init() 153 memcpy(srv_state.dice_root.child_node_info.code_hash, code_hash, in swbcc_glob_init() 155 memcpy(srv_state.dice_root.child_node_info.authority_hash, authority_hash, in swbcc_glob_init() 157 srv_state.dice_root.child_node_info.config_descriptor.configs = in swbcc_glob_init() 161 srv_state.dice_root.child_node_info.config_descriptor.component_name = in swbcc_glob_init() 163 srv_state.dice_root.child_node_info.config_descriptor.component_version = in swbcc_glob_init() 174 rc = derive_seed(ctx, srv_state.dice_root.UDS); in swbcc_glob_init() 182 result = DiceDeriveCdiPrivateKeySeed(NULL, srv_state.dice_root.UDS, in swbcc_glob_init() 196 srv_state.dice_root.UDS_pub_key, in swbcc_glob_init() [all …]
|