Home
last modified time | relevance | path

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

/external/dropbear/
Dcli-runopts.c97 cli_opts.always_accept_key = 0; in cli_getopts()
154 cli_opts.always_accept_key = 1; in cli_getopts()
Dcli-kex.c122 if (cli_opts.always_accept_key) { in ask_to_confirm()
302 if (!cli_opts.always_accept_key) { in checkhostkey()
Drunopts.h106 int always_accept_key; member