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

  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 215 public static final int KM_ERROR_VERSION_MISMATCH = -101;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 454 KM_ERROR_VERSION_MISMATCH = -101,
  /device/generic/goldfish/keymaster/
trusty_keymaster_device.cpp 119 error_ = KM_ERROR_VERSION_MISMATCH;
128 error_ = KM_ERROR_VERSION_MISMATCH;
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 125 error_ = KM_ERROR_VERSION_MISMATCH;
134 error_ = KM_ERROR_VERSION_MISMATCH;

Completed in 44 milliseconds