Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c1404 u_int checksum, stored_checksum; in ssh_packet_read_poll1() local
1497 stored_checksum = PEEK_U32(cp); in ssh_packet_read_poll1()
1498 if (checksum != stored_checksum) { in ssh_packet_read_poll1()