Searched refs:packet_get_int64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Droaming_client.c72 cookie = packet_get_int64();
73 key1 = oldkey1 = packet_get_int64();
74 key2 = oldkey2 = packet_get_int64();
99 chall = packet_get_int64();
100 oldchall = packet_get_int64();
218 recv_bytes = packet_get_int64() ^ oldkey2;
H A Dpacket.h68 u_int64_t packet_get_int64(void);
H A Dssh_namespace.h356 #define packet_get_int64 ssh_packet_get_int64 macro
H A Dpacket.c1557 packet_get_int64(void) function

Completed in 85 milliseconds