Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dutils.rs104 | Tag::ATTESTATION_ID_SERIAL in is_device_id_attestation_tag()
Dkey_parameter.rs967 #[key_param(tag = ATTESTATION_ID_SERIAL, field = Blob)]
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h272 ATTESTATION_ID_SERIAL = convert_to_eat_claim(KM_TAG_ATTESTATION_ID_SERIAL), enumerator
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h673 case KMV1::Tag::ATTESTATION_ID_SERIAL: in convertKeyParameterToLegacy()
985 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.cpp444 submod->add(EatClaim::ATTESTATION_ID_SERIAL, blob_to_bstr(entry.blob)); in build_eat_submod()
1800 case EatClaim::ATTESTATION_ID_SERIAL: in parse_submod_values()