Loading security/keymint/aidl/android/hardware/security/keymint/BeginResult.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
security/keymint/aidl/android/hardware/security/keymint/BeginResult.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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