Home
last modified time | relevance | path

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

/external/dropbear/
Dalgo.h66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
Dcommon-algo.c195 int have_algo(char* algo, size_t algolen, algo_type algos[]) { in have_algo() function
Dsvr-authpubkey.c166 if (have_algo(algo, algolen, sshhostkey) == DROPBEAR_FAILURE) { in checkpubkey()