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

Commit 7d8a0107 authored by Eran Messeri's avatar Eran Messeri Committed by Automerger Merge Worker
Browse files

Annotate some TODOs am: 12ee2832

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

Change-Id: I134dd5c84a17e3ab0a6ebc2efa77b04a1cdaa4f3
parents 95631ea6 12ee2832
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -293,6 +293,8 @@ enum Tag {
     * fails because the table is full, KeyMint returns ErrorCode::TOO_MANY_OPERATIONS.
     *
     * Must be hardware-enforced.
     *
     * TODO(b/191738660): Remove in KeyMint V2. Currently only used for FDE.
     */
    MIN_SECONDS_BETWEEN_OPS = (3 << 28) /* TagType:UINT */ | 403,

@@ -883,7 +885,8 @@ enum Tag {
    STORAGE_KEY = (7 << 28) /* TagType:BOOL */ | 722,

    /**
     * TODO: Delete when keystore1 is deleted.
     * OBSOLETE: Do not use. See IKeyMintOperation.updateAad instead.
     * TODO(b/191738660): Remove in KeyMint v2.
     */
    ASSOCIATED_DATA = (9 << 28) /* TagType:BYTES */ | 1000,