Home
last modified time | relevance | path

Searched refs:DROPBEAR_COMP_ZLIB_DELAY (Results 1 – 4 of 4) sorted by relevance

/dports/security/dropbear/dropbear-2020.81/
H A Dalgo.h144 DROPBEAR_COMP_ZLIB_DELAY, enumerator
H A Dcommon-kex.c396 && ses.keys->trans.algo_comp == DROPBEAR_COMP_ZLIB_DELAY); in is_compress_trans()
402 && ses.keys->recv.algo_comp == DROPBEAR_COMP_ZLIB_DELAY); in is_compress_recv()
419 || ses.newkeys->recv.algo_comp == DROPBEAR_COMP_ZLIB_DELAY) { in gen_new_zstream_recv()
443 || ses.newkeys->trans.algo_comp == DROPBEAR_COMP_ZLIB_DELAY) { in gen_new_zstream_trans()
H A Dcommon-algo.c221 {"zlib@openssh.com", DROPBEAR_COMP_ZLIB_DELAY, NULL, 1, NULL},
228 {"zlib@openssh.com", DROPBEAR_COMP_ZLIB_DELAY, NULL, 1, NULL},
H A Dcli-auth.c61 if (ses.keys->trans.algo_comp != DROPBEAR_COMP_ZLIB_DELAY) { in cli_auth_getmethods()