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

  /system/keymaster/
hmac_key.cpp 72 return KM_ERROR_UNSUPPORTED_DIGEST;
78 return KM_ERROR_UNSUPPORTED_DIGEST;
101 return KM_ERROR_UNSUPPORTED_DIGEST;
hmac_operation.cpp 103 error_ = KM_ERROR_UNSUPPORTED_DIGEST;
123 error_ = KM_ERROR_UNSUPPORTED_DIGEST;
operation.cpp 115 *error = KM_ERROR_UNSUPPORTED_DIGEST;
openssl_err.cpp 167 return KM_ERROR_UNSUPPORTED_DIGEST;
ecdsa_operation.cpp 73 return KM_ERROR_UNSUPPORTED_DIGEST;
90 return KM_ERROR_UNSUPPORTED_DIGEST;
rsa_operation.cpp 80 *error = KM_ERROR_UNSUPPORTED_DIGEST;
220 return KM_ERROR_UNSUPPORTED_DIGEST;
android_keymaster_test.cpp 450 ASSERT_EQ(KM_ERROR_UNSUPPORTED_DIGEST,
461 ASSERT_EQ(KM_ERROR_UNSUPPORTED_DIGEST,
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 154 public static final int KM_ERROR_UNSUPPORTED_DIGEST = -12;
219 sErrorCodeToString.put(KM_ERROR_UNSUPPORTED_DIGEST, "Unsupported digest");
  /hardware/libhardware/include/hardware/
keymaster_defs.h 297 KM_ERROR_UNSUPPORTED_DIGEST = -12,

Completed in 458 milliseconds