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

  /system/keymaster/
operation.cpp 131 *error = KM_ERROR_INCOMPATIBLE_DIGEST;
rsa_operation.cpp 106 *error = KM_ERROR_INCOMPATIBLE_DIGEST;
113 *error = KM_ERROR_INCOMPATIBLE_DIGEST;
198 return KM_ERROR_INCOMPATIBLE_DIGEST;
253 *error = KM_ERROR_INCOMPATIBLE_DIGEST;
android_keymaster_test.cpp 608 EXPECT_EQ(KM_ERROR_INCOMPATIBLE_DIGEST, BeginOperation(KM_PURPOSE_SIGN, begin_params));
669 ASSERT_EQ(KM_ERROR_INCOMPATIBLE_DIGEST, BeginOperation(KM_PURPOSE_SIGN, begin_params));
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 167 public static final int KM_ERROR_INCOMPATIBLE_DIGEST = -13;
233 sErrorCodeToString.put(KM_ERROR_INCOMPATIBLE_DIGEST, "Incompatible digest");
  /hardware/libhardware/include/hardware/
keymaster_defs.h 400 KM_ERROR_INCOMPATIBLE_DIGEST = -13,

Completed in 55 milliseconds