Home
last modified time | relevance | path

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

/external/dropbear/
Dsvr-runopts.c309 for (i = 0; sshhostkey[i].name != NULL; i++) { in disablekey()
310 if (sshhostkey[i].val == type) { in disablekey()
311 sshhostkey[i].usable = 0; in disablekey()
Dalgo.h45 extern algo_type sshhostkey[];
Dcommon-algo.c132 algo_type sshhostkey[] = { variable
Dsvr-authpubkey.c166 if (have_algo(algo, algolen, sshhostkey) == DROPBEAR_FAILURE) { in checkpubkey()
Dcommon-kex.c79 buf_put_algolist(ses.writepayload, sshhostkey); in send_msg_kexinit()
616 algo = ses.buf_match_algo(ses.payload, sshhostkey, &goodguess); in read_kex_algos()