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

  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 193 public static final int KM_ERROR_UNSUPPORTED_TAG = -39;
249 sErrorCodeToString.put(KM_ERROR_UNSUPPORTED_TAG, "Unsupported tag");
  /hardware/libhardware/include/hardware/
keymaster_defs.h 426 KM_ERROR_UNSUPPORTED_TAG = -39,
  /system/keymaster/
soft_keymaster_context.cpp 423 return KM_ERROR_UNSUPPORTED_TAG;
    [all...]

Completed in 43 milliseconds