OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KM_ULONG_REP
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
43
public static final int
KM_ULONG_REP
= 10 << 28;
71
public static final int KM_TAG_USER_SECURE_ID =
KM_ULONG_REP
| 502;
/hardware/libhardware/include/hardware/
keymaster_defs.h
44
KM_ULONG_REP
= 10 << 28, /* Repeatable long value */
98
KM_TAG_USER_SECURE_ID =
KM_ULONG_REP
| 502, /* Secure ID of authorized user or authenticator(s).
536
case
KM_ULONG_REP
:
Completed in 165 milliseconds