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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 103 private static final int KM_TAG_DIGEST = KM_ENUM_REP | 5;
205 case KM_TAG_DIGEST & KEYMASTER_TAG_TYPE_MASK:
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 51 public static final int KM_TAG_DIGEST = KM_ENUM_REP | 5;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 59 KM_TAG_DIGEST = KM_ENUM_REP | 5, /* keymaster_digest_t. */

Completed in 549 milliseconds