Home
last modified time | relevance | path

Searched refs:kex_choose_conf (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dkex.c66 static int kex_choose_conf(struct ssh *);
620 if ((r = kex_choose_conf(ssh)) != 0) in kex_input_kexinit()
882 kex_choose_conf(struct ssh *ssh) in kex_choose_conf() function