Searched refs:DROPBEAR_COMP_ZLIB_DELAY (Results 1 – 4 of 4) sorted by relevance
/dports/security/dropbear/dropbear-2020.81/ |
H A D | algo.h | 144 DROPBEAR_COMP_ZLIB_DELAY, enumerator
|
H A D | common-kex.c | 396 && 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 D | common-algo.c | 221 {"zlib@openssh.com", DROPBEAR_COMP_ZLIB_DELAY, NULL, 1, NULL}, 228 {"zlib@openssh.com", DROPBEAR_COMP_ZLIB_DELAY, NULL, 1, NULL},
|
H A D | cli-auth.c | 61 if (ses.keys->trans.algo_comp != DROPBEAR_COMP_ZLIB_DELAY) { in cli_auth_getmethods()
|