Searched refs:tempBuf (Results 1 – 1 of 1) sorted by relevance
1062 char tempBuf[49]; in arlan_check_fingerprint() local1070 memcpy_fromio(tempBuf, arlan->textRegion, 29); in arlan_check_fingerprint()1071 tempBuf[30] = 0; in arlan_check_fingerprint()1074 if (0 != strncmp(tempBuf, probeText, 29)){ in arlan_check_fingerprint()