Searched refs:verified_boot_hash (Results 1 – 7 of 7) sorted by relevance
/trusty/user/app/keymaster/ |
D | trusty_keymaster_messages.h | 112 verified_boot_hash.SerializedSize()); in SerializedSize() 120 return verified_boot_hash.Serialize(buf, end); in Serialize() 129 verified_boot_hash.Deserialize(buf_ptr, end); in Deserialize() 137 Buffer verified_boot_hash; member
|
D | trusty_remote_provisioning_context.h | 32 Buffer verified_boot_hash; member
|
D | trusty_keymaster_context.h | 146 const Buffer& verified_boot_hash); 253 .verified_boot_hash = {},
|
D | trusty_remote_provisioning_context.cpp | 141 cppbor::Bstr(bootParams_->verified_boot_hash.begin(), in CreateDeviceInfo() 142 bootParams_->verified_boot_hash.end())); in CreateDeviceInfo()
|
D | trusty_keymaster_context.cpp | 939 vb_parms.verified_boot_hash = { in GetVerifiedBootParams() 940 boot_params_.verified_boot_hash.begin(), in GetVerifiedBootParams() 941 boot_params_.verified_boot_hash.buffer_size()}; in GetVerifiedBootParams() 1225 const Buffer& verified_boot_hash) { in SetBootParams() argument 1228 boot_params_.verified_boot_hash.Reinitialize(verified_boot_hash); in SetBootParams()
|
D | trusty_keymaster.cpp | 79 request.device_locked, request.verified_boot_hash); in SetBootParams()
|
/trusty/user/app/keymint/ |
D | ipc_manager.rs | 246 verified_boot_hash: info.verified_boot_hash.clone(), in maybe_set_boot_info() 306 verified_boot_hash: req.verified_boot_hash, in handle_message() 713 verified_boot_hash: Vec<u8>, in get_set_boot_params_message() 721 verified_boot_hash.serialize_into(&mut req)?; in get_set_boot_params_message() 867 let verified_boot_hash = [0u8; 32]; in send_setbootparams_configure_setbootparams_configure() localVariable 874 verified_boot_hash.to_vec(), in send_setbootparams_configure_setbootparams_configure() 943 let verified_boot_hash = [0u8; 32]; in send_configure_configure_setbootparams_setbootparams() localVariable 950 verified_boot_hash.to_vec(), in send_configure_configure_setbootparams_setbootparams() 981 let verified_boot_hash = [0u8; 32]; in send_setbootparams_setbootparams_configure_configure() localVariable 988 verified_boot_hash.to_vec(), in send_setbootparams_setbootparams_configure_configure() [all …]
|