Searched refs:attestation_app_id (Results 1 – 2 of 2) sorted by relevance
883 keymaster_blob_t attestation_app_id; in build_eat_record() local884 if (!attestation_params.GetTagValue(TAG_ATTESTATION_APPLICATION_ID, &attestation_app_id)) { in build_eat_record()892 sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, attestation_app_id); in build_eat_record()1028 keymaster_blob_t attestation_app_id; in build_attestation_record() local1029 if (!attestation_params.GetTagValue(TAG_ATTESTATION_APPLICATION_ID, &attestation_app_id)) { in build_attestation_record()1032 sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, attestation_app_id); in build_attestation_record()
3686 static bool verify_attestation_record(const string& challenge, const string& attestation_app_id, in verify_attestation_record() argument3757 expected_sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, attestation_app_id.data(), in verify_attestation_record()3758 attestation_app_id.size()); in verify_attestation_record()