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

  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 43 public static final int KM_ULONG_REP = 10 << 28;
71 public static final int KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 44 KM_ULONG_REP = 10 << 28, /* Repeatable long value */
98 KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502, /* Secure ID of authorized user or authenticator(s).
558 case KM_ULONG_REP:

Completed in 1054 milliseconds