Home
last modified time | relevance | path

Searched refs:verified_boot_hash (Results 1 – 7 of 7) sorted by relevance

/trusty/user/app/keymaster/
Dtrusty_keymaster_messages.h112 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
Dtrusty_remote_provisioning_context.h32 Buffer verified_boot_hash; member
Dtrusty_keymaster_context.h146 const Buffer& verified_boot_hash);
253 .verified_boot_hash = {},
Dtrusty_remote_provisioning_context.cpp141 cppbor::Bstr(bootParams_->verified_boot_hash.begin(), in CreateDeviceInfo()
142 bootParams_->verified_boot_hash.end())); in CreateDeviceInfo()
Dtrusty_keymaster_context.cpp939 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()
Dtrusty_keymaster.cpp79 request.device_locked, request.verified_boot_hash); in SetBootParams()
/trusty/user/app/keymint/
Dipc_manager.rs246 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 …]