OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KM_TAG_ORIGIN
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java
116
private static final int
KM_TAG_ORIGIN
= KM_ENUM | 702;
217
case
KM_TAG_ORIGIN
& KEYMASTER_TAG_TYPE_MASK:
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
81
public static final int
KM_TAG_ORIGIN
= KM_ENUM | 702;
/hardware/libhardware/include/hardware/
keymaster_defs.h
131
KM_TAG_ORIGIN
= KM_ENUM | 702, /* keymaster_key_origin_t. */
243
* The origin of a key (or pair), i.e. where it was generated. Note that
KM_TAG_ORIGIN
can be found
Completed in 216 milliseconds