Searched refs:found_mismatch (Results 1 – 1 of 1) sorted by relevance
72 bool found_mismatch = false; in VerifyAndCopyDeviceIds() local76 found_mismatch |= !matchAttestationId(entry.blob, ids.brand); in VerifyAndCopyDeviceIds()81 found_mismatch |= !matchAttestationId(entry.blob, ids.device); in VerifyAndCopyDeviceIds()86 found_mismatch |= !matchAttestationId(entry.blob, ids.product); in VerifyAndCopyDeviceIds()91 found_mismatch |= !matchAttestationId(entry.blob, ids.serial); in VerifyAndCopyDeviceIds()96 found_mismatch |= !matchAttestationId(entry.blob, ids.imei); in VerifyAndCopyDeviceIds()101 found_mismatch |= !matchAttestationId(entry.blob, ids.meid); in VerifyAndCopyDeviceIds()106 found_mismatch |= !matchAttestationId(entry.blob, ids.manufacturer); in VerifyAndCopyDeviceIds()111 found_mismatch |= !matchAttestationId(entry.blob, ids.model); in VerifyAndCopyDeviceIds()116 found_mismatch |= !matchAttestationId(entry.blob, ids.second_imei); in VerifyAndCopyDeviceIds()[all …]