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

  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 168 public static final int KM_ERROR_INCOMPATIBLE_BLOCK_MODE = -8;
234 sErrorCodeToString.put(KM_ERROR_INCOMPATIBLE_BLOCK_MODE, "Incompatible block mode");
  /hardware/libhardware/include/hardware/
keymaster_defs.h 400 KM_ERROR_INCOMPATIBLE_BLOCK_MODE = -8,
  /system/keymaster/km_openssl/
block_cipher_operation.cpp 94 *error = KM_ERROR_INCOMPATIBLE_BLOCK_MODE;
  /system/keymaster/tests/
android_keymaster_test.cpp     [all...]

Completed in 57 milliseconds