HomeSort by relevance Sort by last modified time
    Searched defs:KM_TAG_ATTESTATION_ID_MODEL (Results 1 - 3 of 3) sorted by null

  /cts/tests/security/src/android/keystore/cts/
AuthorizationList.java 131 private static final int KM_TAG_ATTESTATION_ID_MODEL = KM_BYTES | 717;
301 case KM_TAG_ATTESTATION_ID_MODEL & KEYMASTER_TAG_TYPE_MASK:
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 96 public static final int KM_TAG_ATTESTATION_ID_MODEL = KM_BYTES | 717;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 158 KM_TAG_ATTESTATION_ID_MODEL = KM_BYTES | 717, /* Used to provide the device's model name to be

Completed in 1135 milliseconds