Home
last modified time | relevance | path

Searched refs:ssh_crc32 (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dcrc32.h26 u_int ssh_crc32(const u_char *, u_int);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcrc32.c106 ssh_crc32(const u_char *s, u_int len) in ssh_crc32() function
H A Ddeattack.c74 *a = ssh_crc32((u_char *) &b, sizeof(b)); in crc_update()
H A Dpacket.c530 checksum = ssh_crc32(buffer_ptr(&outgoing_packet), in packet_send1()
1096 checksum = ssh_crc32(buffer_ptr(&incoming_packet), in packet_read_poll1()
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog543 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to