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

Commit 0ec54d0b authored by Shawn Willden's avatar Shawn Willden Committed by Automerger Merge Worker
Browse files

Merge "Fix documentation of EARLY_BOOT_ONLY tag in KeyMint" am: 49e5b5ea am:...

Merge "Fix documentation of EARLY_BOOT_ONLY tag in KeyMint" am: 49e5b5ea am: 3362fae7 am: d54b502d am: 64f8e873

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

Change-Id: I201d5b54cade72242f69f08249b38cbea641c307
parents b6c326d5 64f8e873
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -249,8 +249,11 @@ enum Tag {
    HARDWARE_TYPE = (1 << 28) /* TagType:ENUM */ | 304,

    /**
     * Keys tagged with EARLY_BOOT_ONLY may only be used, or created, during early boot, until
     * IKeyMintDevice::earlyBootEnded() is called.
     * Keys tagged with EARLY_BOOT_ONLY may only be used during early boot, until
     * IKeyMintDevice::earlyBootEnded() is called.  Early boot keys may be created after
     * early boot.  Early boot keys may not be imprted at all, if Tag::EARLY_BOOT_ONLY is
     * provided to IKeyMintDevice::importKey, the import must fail with
     * ErrorCode::INVALID_ARGUMENT.
     */
    EARLY_BOOT_ONLY = (7 << 28) /* TagType:BOOL */ | 305,