Home
last modified time | relevance | path

Searched refs:ATTESTATION_APPLICATION_ID (Results 1 – 14 of 14) sorted by relevance

/system/security/keystore/
DAndroid.bp66 // in Tag::ATTESTATION_APPLICATION_ID
/system/security/keystore2/test_utils/attestation/
Dlib.rs201 next = decode_opt_field(decoder, next, &mut auths, Tag::ATTESTATION_APPLICATION_ID)?; in decode_value()
438 tag: Tag::ATTESTATION_APPLICATION_ID, in sw_enforced()
/system/security/keystore2/test_utils/
Dffi_test_utils.cpp664 if (auth_tag == aidl::android::hardware::security::keymint::Tag::ATTESTATION_APPLICATION_ID) { in getValueFromAttestRecord()
666 aidl::android::hardware::security::keymint::Tag::ATTESTATION_APPLICATION_ID); in getValueFromAttestRecord()
Dkey_generations.rs1604 Tag::ATTESTATION_APPLICATION_ID, in generate_key()
/system/keymaster/ng/include/
Dkeymaster_tags.h163 DECLARE_TYPED_TAG(ATTESTATION_APPLICATION_ID);
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h273 ATTESTATION_APPLICATION_ID = convert_to_eat_claim(KM_TAG_ATTESTATION_APPLICATION_ID), enumerator
/system/keymint/hal/src/
Dhal.rs367 (Tag::ATTESTATION_APPLICATION_ID, KeyParameterValue::Blob(v)) in fromm()
680 keymint::Tag::Tag::ATTESTATION_APPLICATION_ID => { in try_fromm()
/system/security/keystore2/src/km_compat/
Dlib.rs128 tag: Tag::ATTESTATION_APPLICATION_ID, in generate_rsa_key()
Dkm_compat_type_conversion.h653 case KMV1::Tag::ATTESTATION_APPLICATION_ID: in convertKeyParameterToLegacy()
969 case V4_0::Tag::ATTESTATION_APPLICATION_ID: in convertKeyParameterFromLegacy()
Dkm_compat.cpp70 case Tag::ATTESTATION_APPLICATION_ID: in isAttestationParameter()
/system/security/keystore2/src/
Dutils.rs246 | Tag::ATTESTATION_APPLICATION_ID in import_keyblob_and_perform_op()
Dkey_parameter.rs973 #[key_param(tag = ATTESTATION_APPLICATION_ID, field = Blob)]
Dsecurity_level.rs464 tag: Tag::ATTESTATION_APPLICATION_ID, in add_required_parameters()
/system/keymaster/km_openssl/
Dattestation_record.cpp433 submod->add(EatClaim::ATTESTATION_APPLICATION_ID, blob_to_bstr(entry.blob)); in build_eat_submod()
1824 case EatClaim::ATTESTATION_APPLICATION_ID: in parse_submod_values()