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

  /external/dropbear/
session.h 70 char trans_algo_comp; member in struct:key_context
common-kex.c 356 if (ses.newkeys->trans_algo_comp == DROPBEAR_COMP_ZLIB) {
699 ses.newkeys->trans_algo_comp = c2s_comp_algo->val;
711 ses.newkeys->trans_algo_comp = s2c_comp_algo->val;
common-session.c 99 ses.keys->trans_algo_comp = DROPBEAR_COMP_NONE;
packet.c 437 if (ses.keys->trans_algo_comp == DROPBEAR_COMP_ZLIB) {

Completed in 165 milliseconds