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

  /system/keymaster/
openssl_err.cpp 105 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
192 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
symmetric_key.cpp 44 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
88 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
ec_key_factory.cpp 55 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
66 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
rsa_key_factory.cpp 70 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
74 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
aes_operation.cpp 92 *error = KM_ERROR_UNSUPPORTED_KEY_SIZE;
272 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
287 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
302 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
317 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
ec_keymaster0_key.cpp 50 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
rsa_keymaster0_key.cpp 58 return KM_ERROR_UNSUPPORTED_KEY_SIZE;
android_keymaster_test.cpp 367 ASSERT_EQ(KM_ERROR_UNSUPPORTED_KEY_SIZE,
405 ASSERT_EQ(KM_ERROR_UNSUPPORTED_KEY_SIZE,
421 KM_ERROR_UNSUPPORTED_KEY_SIZE,
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 148 public static final int KM_ERROR_UNSUPPORTED_KEY_SIZE = -6;
212 sErrorCodeToString.put(KM_ERROR_UNSUPPORTED_KEY_SIZE, "Unsupported key size");
  /hardware/libhardware/include/hardware/
keymaster_defs.h 291 KM_ERROR_UNSUPPORTED_KEY_SIZE = -6,

Completed in 169 milliseconds