Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe425baf authored by David Drysdale's avatar David Drysdale Committed by Automerger Merge Worker
Browse files

Merge "Docs: return EARLY_BOOT_ENDED instead of INVALID_KEY_BLOB." am:...

Merge "Docs: return EARLY_BOOT_ENDED instead of INVALID_KEY_BLOB." am: 6796c8b5 am: e76000e0 am: ff1e1dd3

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2160639



Change-Id: Icf39f28ddbccb9e15340ffd5ec816b01e459d6f2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b43f5efd ff1e1dd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();