Searched refs:ssh_crc32 (Results 1 – 5 of 5) sorted by relevance
26 u_int ssh_crc32(const u_char *, u_int);
106 ssh_crc32(const u_char *s, u_int len) in ssh_crc32() function
74 *a = ssh_crc32((u_char *) &b, sizeof(b)); in crc_update()
530 checksum = ssh_crc32(buffer_ptr(&outgoing_packet), in packet_send1()1096 checksum = ssh_crc32(buffer_ptr(&incoming_packet), in packet_read_poll1()
543 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to