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

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

Merge "KeyMint AIDL tweaks" am: 07045b7e

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

Change-Id: If28d092cc322392b118e5b9cf9de968b8432cc80
parents 7cfbe2e8 07045b7e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,7 +25,10 @@ import android.hardware.security.keymint.KeyParameter;
 */
@VintfStability
parcelable BeginResult {
    /* This is the challenge used in verifyAuthorization.  It must be a nonce. */
    /**
     * This is the challenge used to verify authorization of an operation.
     * See IKeyMintOperation.aidl entrypoints updateAad() and update().
     */
    long challenge;

    /**
Loading