Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dutils.rs97 | Tag::ATTESTATION_ID_SERIAL in is_device_id_attestation_tag()
Dkey_parameter.rs919 #[key_param(tag = ATTESTATION_ID_SERIAL, field = Blob)]
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h269 ATTESTATION_ID_SERIAL = convert_to_eat_claim(KM_TAG_ATTESTATION_ID_SERIAL), enumerator
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h664 case KMV1::Tag::ATTESTATION_ID_SERIAL: in convertKeyParameterToLegacy()
976 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.cpp464 submod->add(EatClaim::ATTESTATION_ID_SERIAL, blob_to_bstr(entry.blob)); in build_eat_submod()
1802 case EatClaim::ATTESTATION_ID_SERIAL: in parse_submod_values()