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

  /system/keymaster/
hmac_key.cpp 73 return KM_ERROR_UNSUPPORTED_DIGEST;
79 return KM_ERROR_UNSUPPORTED_DIGEST;
102 return KM_ERROR_UNSUPPORTED_DIGEST;
hmac_operation.cpp 103 error_ = KM_ERROR_UNSUPPORTED_DIGEST;
123 error_ = KM_ERROR_UNSUPPORTED_DIGEST;
ecdsa_keymaster1_operation.cpp 53 return KM_ERROR_UNSUPPORTED_DIGEST;
openssl_err.cpp 183 return KM_ERROR_UNSUPPORTED_DIGEST;
operation.cpp 116 *error = KM_ERROR_UNSUPPORTED_DIGEST;
ecdsa_operation.cpp 73 return KM_ERROR_UNSUPPORTED_DIGEST;
90 return KM_ERROR_UNSUPPORTED_DIGEST;
rsa_keymaster1_operation.cpp 52 return KM_ERROR_UNSUPPORTED_DIGEST;
android_keymaster_test_utils.cpp     [all...]
rsa_operation.cpp 224 return KM_ERROR_UNSUPPORTED_DIGEST;
android_keymaster_test.cpp 436 ASSERT_EQ(KM_ERROR_UNSUPPORTED_DIGEST,
447 ASSERT_EQ(KM_ERROR_UNSUPPORTED_DIGEST,
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 166 public static final int KM_ERROR_UNSUPPORTED_DIGEST = -12;
232 sErrorCodeToString.put(KM_ERROR_UNSUPPORTED_DIGEST, "Unsupported digest");
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 496 return KM_ERROR_UNSUPPORTED_DIGEST;
507 return KM_ERROR_UNSUPPORTED_DIGEST;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 399 KM_ERROR_UNSUPPORTED_DIGEST = -12,

Completed in 319 milliseconds