OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kex_send_kexinit
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
kex.h
146
void
kex_send_kexinit
(Kex *);
kex.c
102
*
kex_send_kexinit
(), each time a kexinit is set
192
kex_send_kexinit
(Kex *kex)
function
199
error("
kex_send_kexinit
: no kex, cannot rekey");
210
fatal("
kex_send_kexinit
: kex proposal too short");
263
kex_send_kexinit
(kex); /* we start */
273
kex_send_kexinit
(kex);
serverloop.c
866
kex_send_kexinit
(xxx_kex);
[
all
...]
clientloop.c
[
all
...]
Completed in 33 milliseconds