Merge "Reflect removal of KM_TAG_AEAD_TAG from keymaster." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0961480879
@@ -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_ASSOCIATED_DATA = KM_BYTES | 1000;
|
||||||
public static final int KM_TAG_NONCE = KM_BYTES | 1001;
|
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_AUTH_TOKEN = KM_BYTES | 1002;
|
||||||
public static final int KM_TAG_MAC_LENGTH = KM_INT | 1004;
|
public static final int KM_TAG_MAC_LENGTH = KM_INT | 1003;
|
||||||
|
|
||||||
// Algorithm values.
|
// Algorithm values.
|
||||||
public static final int KM_ALGORITHM_RSA = 1;
|
public static final int KM_ALGORITHM_RSA = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user