Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDkex.h67 #define COMP_ZLIB 1 macro
HDkex.c701 comp->type = COMP_ZLIB; in choose_comp()
HDpacket.c1016 if ((comp->type == COMP_ZLIB || in ssh_set_newkeys()
/freebsd-11-stable/crypto/openssl/ssl/
HDssltest.c228 #define COMP_ZLIB 1 macro
1276 comp = COMP_ZLIB; in main()
1471 if (comp == COMP_ZLIB) in main()
1485 (comp == COMP_ZLIB ? "zlib" : "unknown"))); in main()