Searched refs:device_locked (Results 1 – 7 of 7) sorted by relevance
/trusty/user/app/keymaster/ |
D | trusty_keymaster_messages.h | 110 sizeof(device_locked) + sizeof(verified_boot_state) + in SerializedSize() 117 buf = append_uint32_to_buf(buf, end, device_locked); in Serialize() 125 copy_uint32_from_buf(buf_ptr, end, &device_locked) && in Deserialize() 134 uint32_t device_locked; member
|
D | trusty_remote_provisioning_context.h | 31 bool device_locked = false; member
|
D | trusty_keymaster_context.h | 145 bool device_locked, 255 .device_locked = false};
|
D | trusty_keymaster_context.cpp | 365 reinterpret_cast<const uint8_t*>(&boot_params_.device_locked); in BuildHiddenAuthorizations() 366 root_of_trust.blob.data_length = sizeof(boot_params_.device_locked); in BuildHiddenAuthorizations() 943 vb_parms.device_locked = boot_params_.device_locked; in GetVerifiedBootParams() 1224 bool device_locked, in SetBootParams() argument 1231 boot_params_.device_locked = device_locked; in SetBootParams() 1245 boot_params_.device_locked = false; in SetBootParams()
|
D | trusty_remote_provisioning_context.cpp | 139 bootParams_->device_locked ? "locked" : "unlocked"); in CreateDeviceInfo()
|
D | trusty_keymaster.cpp | 79 request.device_locked, request.verified_boot_hash); in SetBootParams()
|
/trusty/user/app/keymint/ |
D | ipc_manager.rs | 304 device_boot_locked: req.device_locked, in handle_message() 710 device_locked: bool, in get_set_boot_params_message() 718 device_locked.serialize_into(&mut req)?; in get_set_boot_params_message() 864 let device_locked = true; in send_setbootparams_configure_setbootparams_configure() localVariable 871 device_locked, in send_setbootparams_configure_setbootparams_configure() 940 let device_locked = true; in send_configure_configure_setbootparams_setbootparams() localVariable 947 device_locked, in send_configure_configure_setbootparams_setbootparams() 978 let device_locked = true; in send_setbootparams_setbootparams_configure_configure() localVariable 985 device_locked, in send_setbootparams_setbootparams_configure_configure() 1046 let device_locked = true; in send_configure_setbootparams_setbootparams_configure() localVariable [all …]
|