Merge "Align KeyMint AIDL with usage" am: 6b8f292b17 am: eb393d45f0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1682041

Change-Id: I0fac9054cf9432bdac30fe3d4b4934b1dae5c61f
This commit is contained in:
David Drysdale
2021-04-27 17:41:13 +00:00
committed by Automerger Merge Worker

View File

@@ -66,9 +66,6 @@ public final class KeymasterDefs {
public static final int KM_TAG_CALLER_NONCE = Tag.CALLER_NONCE; // KM_BOOL | 7;
public static final int KM_TAG_MIN_MAC_LENGTH = Tag.MIN_MAC_LENGTH; // KM_UINT | 8;
public static final int KM_TAG_BLOB_USAGE_REQUIREMENTS =
Tag.BLOB_USAGE_REQUIREMENTS; // KM_ENUM | 705;
public static final int KM_TAG_RSA_PUBLIC_EXPONENT = Tag.RSA_PUBLIC_EXPONENT; // KM_ULONG | 200;
public static final int KM_TAG_INCLUDE_UNIQUE_ID = Tag.INCLUDE_UNIQUE_ID; // KM_BOOL | 202;