Searched refs:crc32tab (Results 1 – 1 of 1) sorted by relevance
29 static const u_int32_t crc32tab[] = { variable103 crc = crc32tab[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in ssh_crc32()