* commit '687b32591b29442a5c2d181e7acd72a94ce93eab': 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_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