OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KM_ORIGIN_GENERATED
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java
72
public static final int
KM_ORIGIN_GENERATED
= 0;
306
case
KM_ORIGIN_GENERATED
:
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
122
public static final int
KM_ORIGIN_GENERATED
= 0;
/hardware/libhardware/include/hardware/
keymaster_defs.h
245
* is hardware or software-based. Specifically, a key with
KM_ORIGIN_GENERATED
in the
249
KM_ORIGIN_GENERATED
= 0, /* Generated in keymaster. Should not exist outside the TEE. */
Completed in 122 milliseconds