Home
last modified time | relevance | path

Searched refs:ATTESTATION_ID_SERIAL (Results 1 – 7 of 7) sorted by relevance

/system/security/keystore2/src/
Dutils.rs105 | Tag::ATTESTATION_ID_SERIAL in is_device_id_attestation_tag()
Dkey_parameter.rs972 #[key_param(tag = ATTESTATION_ID_SERIAL, field = Blob)]
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h275 ATTESTATION_ID_SERIAL = convert_to_eat_claim(KM_TAG_ATTESTATION_ID_SERIAL), enumerator
/system/keymint/hal/src/
Dhal.rs341 (Tag::ATTESTATION_ID_SERIAL, KeyParameterValue::Blob(v)) in fromm()
651 keymint::Tag::Tag::ATTESTATION_ID_SERIAL => { in try_fromm()
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h673 case KMV1::Tag::ATTESTATION_ID_SERIAL: in convertKeyParameterToLegacy()
986 case V4_0::Tag::ATTESTATION_ID_SERIAL: in convertKeyParameterFromLegacy()
Dkm_compat.cpp74 case Tag::ATTESTATION_ID_SERIAL: in isAttestationParameter()
/system/keymaster/km_openssl/
Dattestation_record.cpp445 submod->add(EatClaim::ATTESTATION_ID_SERIAL, blob_to_bstr(entry.blob)); in build_eat_submod()
1828 case EatClaim::ATTESTATION_ID_SERIAL: in parse_submod_values()