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

  /external/openssh/
packet.h 81 int packet_get_keycontext(int, u_char *);
monitor_wrap.c 666 plen = packet_get_keycontext(MODE_OUT, NULL);
668 packet_get_keycontext(MODE_OUT, p);
672 plen = packet_get_keycontext(MODE_IN, NULL);
674 packet_get_keycontext(MODE_IN, p);
    [all...]
packet.c 336 packet_get_keycontext(int mode, u_char *dat) function
    [all...]

Completed in 371 milliseconds