HomeSort by relevance Sort by last modified time
    Searched refs:algo_type (Results 1 - 6 of 6) sorted by null

  /external/dropbear/
algo.h 32 struct Algo_Type {
41 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[])
    [all...]
common-algo.c 88 algo_type sshciphers[] = {
111 algo_type sshhashes[] = {
124 algo_type sshcompress[] = {
132 algo_type sshhostkey[] = {
142 algo_type sshkex[] = {
195 int have_algo(char* algo, size_t algolen, algo_type algos[]) {
212 void buf_put_algolist(buffer * buf, algo_type localalgos[]) {
cli-algo.c 36 algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
43 algo_type * ret = NULL;
svr-algo.c 35 algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[],
43 algo_type * ret = NULL;
session.h 141 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[],
common-kex.c 585 algo_type * c2s_hash_algo = NULL;
586 algo_type * s2c_hash_algo = NULL;
587 algo_type * c2s_cipher_algo = NULL;
588 algo_type * s2c_cipher_algo = NULL;
589 algo_type * c2s_comp_algo = NULL;
590 algo_type * s2c_comp_algo = NULL;
592 algo_type * algo = NULL;

Completed in 377 milliseconds