mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Correct comment about Verified Boot key on devices with custom root of trust." into main am: 78ade929e3
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3349134 Change-Id: Ida7f1bb93b93bf0f841018fd1cfc45ff44972fb9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1904,7 +1904,7 @@ void verify_root_of_trust(const vector<uint8_t>& verified_boot_key, bool device_
|
||||
}
|
||||
}
|
||||
|
||||
// Verified boot key should be all 0's if the boot state is not verified or self signed
|
||||
// Verified Boot key should be all zeroes if the boot state is "orange".
|
||||
std::string empty_boot_key(32, '\0');
|
||||
std::string verified_boot_key_str((const char*)verified_boot_key.data(),
|
||||
verified_boot_key.size());
|
||||
|
||||
Reference in New Issue
Block a user