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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 118 private static final int KM_TAG_ROOT_OF_TRUST = KM_BYTES | 704;
253 case KM_TAG_ROOT_OF_TRUST & KEYMASTER_TAG_TYPE_MASK:
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 83 public static final int KM_TAG_ROOT_OF_TRUST = KM_BYTES | 704;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 133 KM_TAG_ROOT_OF_TRUST = KM_BYTES | 704, /* Root of trust ID. */

Completed in 363 milliseconds