HomeSort by relevance Sort by last modified time
    Searched refs:packet_get_int64 (Results 1 - 2 of 2) sorted by null

  /external/openssh/
roaming_client.c 67 cookie = packet_get_int64();
68 key1 = oldkey1 = packet_get_int64();
69 key2 = oldkey2 = packet_get_int64();
92 chall = packet_get_int64();
93 oldchall = packet_get_int64();
210 recv_bytes = packet_get_int64() ^ oldkey2;
opacket.h 91 #define packet_get_int64() \ macro

Completed in 29 milliseconds