Home
last modified time | relevance | path

Searched defs:KM_ERROR_INCOMPATIBLE_BLOCK_MODE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java220 public static final int KM_ERROR_INCOMPATIBLE_BLOCK_MODE = field in KeymasterDefs
346 sErrorCodeToString.put(KM_ERROR_INCOMPATIBLE_BLOCK_MODE, "Incompatible block mode"); in sErrorCodeToString.put() argument
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h446 KM_ERROR_INCOMPATIBLE_BLOCK_MODE = -8, enumerator