OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KM_ERROR_INVALID_TAG
(Results
1 - 5
of
5
) sorted by null
/system/keymaster/
aes_key.cpp
87
return
KM_ERROR_INVALID_TAG
;
aes_operation.cpp
385
*error =
KM_ERROR_INVALID_TAG
;
soft_keymaster_context.cpp
420
return
KM_ERROR_INVALID_TAG
;
[
all
...]
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
186
public static final int
KM_ERROR_INVALID_TAG
= -40;
241
sErrorCodeToString.put(
KM_ERROR_INVALID_TAG
, "Invalid tag");
/hardware/libhardware/include/hardware/
keymaster_defs.h
407
KM_ERROR_INVALID_TAG
= -40,
Completed in 1512 milliseconds