Searched refs:COMP_ZLIB (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkex.h63 #define COMP_ZLIB 1 macro
H A Dkex.c676 comp->type = COMP_ZLIB;
H A Dpacket.c1012 if ((comp->type == COMP_ZLIB ||
H A Dservconf.c946 { "yes", COMP_ZLIB },
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c225 #define COMP_ZLIB 1 macro
737 comp = COMP_ZLIB;
838 if (comp == COMP_ZLIB)
852 (comp == COMP_ZLIB ? "zlib" : "unknown")));

Completed in 127 milliseconds