Searched refs:remotealgos (Results 1 – 2 of 2) sorted by relevance
40 unsigned char * remotealgos[MAX_PROPOSED_ALGO]; in cli_buf_match_algo() local56 remotealgos[0] = algolist; in cli_buf_match_algo()67 remotealgos[count] = &algolist[i+1]; in cli_buf_match_algo()81 if (len == strlen(remotealgos[i]) in cli_buf_match_algo()83 remotealgos[i], len) == 0) { in cli_buf_match_algo()
40 unsigned char * remotealgos[MAX_PROPOSED_ALGO]; in svr_buf_match_algo() local57 remotealgos[0] = algolist; in svr_buf_match_algo()68 remotealgos[count] = &algolist[i+1]; in svr_buf_match_algo()79 len = strlen(remotealgos[i]); in svr_buf_match_algo()84 strncmp(localalgos[j].name, remotealgos[i], len) == 0) { in svr_buf_match_algo()