Searched refs:KM_BYTES (Results 1 – 4 of 4) sorted by relevance
42 public static final int KM_BYTES = 9 << 28; field in KeymasterDefs78 public static final int KM_TAG_APPLICATION_ID = KM_BYTES | 601;83 public static final int KM_TAG_ROOT_OF_TRUST = KM_BYTES | 704;84 public static final int KM_TAG_UNIQUE_ID = KM_BYTES | 707;85 public static final int KM_TAG_ATTESTATION_CHALLENGE = KM_BYTES | 708;87 public static final int KM_TAG_ASSOCIATED_DATA = KM_BYTES | 1000;88 public static final int KM_TAG_NONCE = KM_BYTES | 1001;89 public static final int KM_TAG_AUTH_TOKEN = KM_BYTES | 1002;
31 case KeymasterDefs.KM_BYTES: in KeymasterBlobArgument()
50 case KeymasterDefs.KM_BYTES:
251 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_BYTES) { in addBytes()267 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_BYTES) { in getBytes()