OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KM_ERROR_INCOMPATIBLE_PURPOSE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
149
public static final int
KM_ERROR_INCOMPATIBLE_PURPOSE
= -3;
213
sErrorCodeToString.put(
KM_ERROR_INCOMPATIBLE_PURPOSE
, "Incompatible purpose");
/hardware/libhardware/include/hardware/
keymaster_defs.h
370
KM_ERROR_INCOMPATIBLE_PURPOSE
= -3,
/system/keymaster/
keymaster_enforcement_test.cpp
451
EXPECT_EQ(
KM_ERROR_INCOMPATIBLE_PURPOSE
,
453
EXPECT_EQ(
KM_ERROR_INCOMPATIBLE_PURPOSE
,
468
EXPECT_EQ(
KM_ERROR_INCOMPATIBLE_PURPOSE
,
[
all
...]
keymaster_enforcement.cpp
93
return
KM_ERROR_INCOMPATIBLE_PURPOSE
;
android_keymaster_test.cpp
646
ASSERT_EQ(
KM_ERROR_INCOMPATIBLE_PURPOSE
, BeginOperation(KM_PURPOSE_SIGN, begin_params));
[
all
...]
Completed in 6396 milliseconds