Home
last modified time | relevance | path

Searched refs:keymaster_key_origin_t (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dsoft_key_factory.h36 keymaster_key_origin_t origin,
H A Dkeymaster_tags.h211 DECLARE_KEYMASTER_ENUM_TAG(KM_ENUM, TAG_ORIGIN, keymaster_key_origin_t);
/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.h54 keymaster_key_origin_t origin, uint32_t os_version,
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_context.cpp140 keymaster_key_origin_t origin, uint32_t os_version, in SetAuthorizations()
180 const keymaster_key_origin_t origin, in CreateKeyBlob()
H A Dkeymaster1_passthrough_context.cpp215 const AuthorizationSet& key_description, const keymaster_key_origin_t origin, in CreateKeyBlob()
H A Dpure_soft_keymaster_context.cpp124 const keymaster_key_origin_t origin, in CreateKeyBlob()
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h125 const keymaster_key_origin_t origin,
H A Dsoft_keymaster_context.h104 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
H A Dpure_soft_keymaster_context.h118 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_tags.cpp249 DEFINE_KEYMASTER_ENUM_TAG(KM_ENUM, TAG_ORIGIN, keymaster_key_origin_t);
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h323 } keymaster_key_origin_t; typedef
/aosp12/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp252 keymaster_key_origin_t origin, uint32_t os_version, in SetKeyBlobAuthorizations()
/aosp12/hardware/interfaces/keymaster/3.0/
H A Dtypes.hal116 ORIGIN = TagType:ENUM | 702, /** keymaster_key_origin_t. */
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp1623 TAG_ORIGIN, static_cast<keymaster_key_origin_t>(value_item->asInt()->value())); in parse_submod_values()