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
87
#define
SSH2_MSG_NEWKEYS
21
kex.c
173
packet_start(
SSH2_MSG_NEWKEYS
);
176
debug("
SSH2_MSG_NEWKEYS
sent");
178
debug("expecting
SSH2_MSG_NEWKEYS
");
179
packet_read_expect(
SSH2_MSG_NEWKEYS
);
181
debug("
SSH2_MSG_NEWKEYS
received");
packet.c
958
if (type ==
SSH2_MSG_NEWKEYS
)
995
if (type ==
SSH2_MSG_NEWKEYS
) {
[
all
...]
Completed in 213 milliseconds