OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_MSG_NEWKEYS
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
ssh2.h
92
#define
SSH2_MSG_NEWKEYS
21
kex.c
373
if ((r = sshpkt_start(ssh,
SSH2_MSG_NEWKEYS
)) != 0 ||
376
debug("
SSH2_MSG_NEWKEYS
sent");
377
debug("expecting
SSH2_MSG_NEWKEYS
");
378
ssh_dispatch_set(ssh,
SSH2_MSG_NEWKEYS
, &kex_input_newkeys);
431
debug("
SSH2_MSG_NEWKEYS
received");
432
ssh_dispatch_set(ssh,
SSH2_MSG_NEWKEYS
, &kex_protocol_error);
packet.c
[
all
...]
Completed in 46 milliseconds