Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h267 ATTESTATION_ID_DEVICE = convert_to_eat_claim(KM_TAG_ATTESTATION_ID_DEVICE), enumerator
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h654 case KMV1::Tag::ATTESTATION_ID_DEVICE: in convertKeyParameterToLegacy()
966 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.cpp458 submod->add(EatClaim::ATTESTATION_ID_DEVICE, blob_to_bstr(entry.blob)); in build_eat_submod()
1792 case EatClaim::ATTESTATION_ID_DEVICE: in parse_submod_values()
/system/security/keystore2/src/
Dkey_parameter.rs913 #[key_param(tag = ATTESTATION_ID_DEVICE, field = Blob)]