am 09614808: Merge "Reflect removal of KM_TAG_AEAD_TAG from keymaster." into mnc-dev
* commit '096148087980ea5a92e1b96579900ea36727fbbc': Reflect removal of KM_TAG_AEAD_TAG from keymaster.
This commit is contained in:
@@ -81,8 +81,8 @@ public final class KeymasterDefs {
|
||||
|
||||
public static final int KM_TAG_ASSOCIATED_DATA = KM_BYTES | 1000;
|
||||
public static final int KM_TAG_NONCE = KM_BYTES | 1001;
|
||||
public static final int KM_TAG_AUTH_TOKEN = KM_BYTES | 1003;
|
||||
public static final int KM_TAG_MAC_LENGTH = KM_INT | 1004;
|
||||
public static final int KM_TAG_AUTH_TOKEN = KM_BYTES | 1002;
|
||||
public static final int KM_TAG_MAC_LENGTH = KM_INT | 1003;
|
||||
|
||||
// Algorithm values.
|
||||
public static final int KM_ALGORITHM_RSA = 1;
|
||||
|
||||
Reference in New Issue
Block a user