OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KM_ERROR_INCOMPATIBLE_BLOCK_MODE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
154
public static final int
KM_ERROR_INCOMPATIBLE_BLOCK_MODE
= -8;
218
sErrorCodeToString.put(
KM_ERROR_INCOMPATIBLE_BLOCK_MODE
, "Incompatible block mode");
/hardware/libhardware/include/hardware/
keymaster_defs.h
375
KM_ERROR_INCOMPATIBLE_BLOCK_MODE
= -8,
Completed in 65 milliseconds