Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c68 static int kex_choose_conf(struct ssh *);
362 if ((r = kex_choose_conf(ssh)) != 0) in kex_input_kexinit()
582 kex_choose_conf(struct ssh *ssh) in kex_choose_conf() function