Searched refs:sshhostkey (Results 1 – 5 of 5) sorted by relevance
309 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()
45 extern algo_type sshhostkey[];
132 algo_type sshhostkey[] = { variable
166 if (have_algo(algo, algolen, sshhostkey) == DROPBEAR_FAILURE) { in checkpubkey()
79 buf_put_algolist(ses.writepayload, sshhostkey); in send_msg_kexinit()616 algo = ses.buf_match_algo(ses.payload, sshhostkey, &goodguess); in read_kex_algos()