OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xxx_kex
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
serverloop.c
86
extern Kex *
xxx_kex
;
541
dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ?
xxx_kex
: NULL);
847
rekeying = (
xxx_kex
!= NULL && !
xxx_kex
->done);
865
xxx_kex
->done = 0;
866
kex_send_kexinit(
xxx_kex
);
[
all
...]
clientloop.c
195
extern Kex *
xxx_kex
;
[
all
...]
sshd.c
195
Kex *
xxx_kex
;
variable
633
pmonitor->m_pkex = &
xxx_kex
;
[
all
...]
sshconnect2.c
95
Kex *
xxx_kex
= NULL;
variable
214
xxx_kex
= kex;
[
all
...]
Completed in 63 milliseconds