Searched refs:boot_params_ (Results 1 – 2 of 2) sorted by relevance
120 boot_params_.verified_boot_key.Reinitialize("Unbound", 7); in TrustyKeymasterContext()323 hw_enforced->push_back(TAG_OS_VERSION, boot_params_.boot_os_version); in SetAuthorizations()324 hw_enforced->push_back(TAG_OS_PATCHLEVEL, boot_params_.boot_os_patchlevel); in SetAuthorizations()354 root_of_trust.blob.data = boot_params_.verified_boot_key.begin(); in BuildHiddenAuthorizations()356 boot_params_.verified_boot_key.buffer_size(); in BuildHiddenAuthorizations()360 reinterpret_cast<const uint8_t*>(&boot_params_.verified_boot_state); in BuildHiddenAuthorizations()361 root_of_trust.blob.data_length = sizeof(boot_params_.verified_boot_state); in BuildHiddenAuthorizations()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()554 if (boot_params_.boot_os_version == 0) { in UpgradeKeyBlob()[all …]
250 BootParams boot_params_; variable