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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 91 private static final int KM_ULONG = 5 << 28;
106 private static final int KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200;
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 38 public static final int KM_ULONG = 5 << 28;
60 public static final int KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 39 KM_ULONG = 5 << 28,
68 KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200,
557 case KM_ULONG:

Completed in 330 milliseconds