Searched refs:have_algo (Results 1 – 3 of 3) sorted by relevance
66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
195 int have_algo(char* algo, size_t algolen, algo_type algos[]) { in have_algo() function
166 if (have_algo(algo, algolen, sshhostkey) == DROPBEAR_FAILURE) { in checkpubkey()