mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Docs: return EARLY_BOOT_ENDED instead of INVALID_KEY_BLOB." am: 6796c8b5aa
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2160639 Change-Id: I038bf7c4590425e88e4611dd36f4f6f3a0e35c4f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -815,7 +815,7 @@ interface IKeyMintDevice {
|
||||
/**
|
||||
* Called by client to notify the IKeyMintDevice that the device has left the early boot
|
||||
* state, and that keys with the EARLY_BOOT_ONLY tag may no longer be used. All attempts to use
|
||||
* an EARLY_BOOT_ONLY key after this method is called must fail with Error::INVALID_KEY_BLOB.
|
||||
* an EARLY_BOOT_ONLY key after this method is called must fail with Error::EARLY_BOOT_ENDED.
|
||||
*/
|
||||
void earlyBootEnded();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user