Searched defs:algo_type (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/
H A Dalgo.h41 typedef struct Algo_Type algo_type; typedef in typeref:struct:Algo_Type
44 extern algo_type sshkex[];
45 extern algo_type sshhostkey[];
46 extern algo_type sshciphers[];
47 extern algo_type sshhashes[];
48 extern algo_type sshcompress[];
66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
67 void buf_put_algolist(buffer * buf, algo_type localalgos[]);
69 algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgo
[all...]

Completed in 32 milliseconds