Home
last modified time | relevance | path

Searched refs:ATTESTATION_ID_DEVICE (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h273 ATTESTATION_ID_DEVICE = convert_to_eat_claim(KM_TAG_ATTESTATION_ID_DEVICE), enumerator
/system/keymint/hal/src/
Dhal.rs335 (Tag::ATTESTATION_ID_DEVICE, KeyParameterValue::Blob(v)) in fromm()
645 keymint::Tag::Tag::ATTESTATION_ID_DEVICE => { in try_fromm()
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h663 case KMV1::Tag::ATTESTATION_ID_DEVICE: in convertKeyParameterToLegacy()
976 case V4_0::Tag::ATTESTATION_ID_DEVICE: in convertKeyParameterFromLegacy()
Dkm_compat.cpp72 case Tag::ATTESTATION_ID_DEVICE: in isAttestationParameter()
/system/keymaster/km_openssl/
Dattestation_record.cpp439 submod->add(EatClaim::ATTESTATION_ID_DEVICE, blob_to_bstr(entry.blob)); in build_eat_submod()
1818 case EatClaim::ATTESTATION_ID_DEVICE: in parse_submod_values()
/system/security/keystore2/src/
Dkey_parameter.rs966 #[key_param(tag = ATTESTATION_ID_DEVICE, field = Blob)]