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

  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 160 public static final int KM_ERROR_UNSUPPORTED_KEY_SIZE = -6;
225 sErrorCodeToString.put(KM_ERROR_UNSUPPORTED_KEY_SIZE, "Unsupported key size");
  /hardware/libhardware/include/hardware/
keymaster_defs.h 393 KM_ERROR_UNSUPPORTED_KEY_SIZE = -6,

Completed in 76 milliseconds