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

/external/openssh/
H A Dkex.h47 #define COMP_ZLIB 1 macro
H A Dkex.c328 comp->type = COMP_ZLIB;
H A Dpacket.c785 if ((comp->type == COMP_ZLIB ||
H A Dservconf.c698 { "yes", COMP_ZLIB },
/external/openssl/ssl/
H A Dssltest.c218 #define COMP_ZLIB 1 macro
747 comp = COMP_ZLIB;
852 if (comp == COMP_ZLIB) cm = COMP_zlib();
870 (comp == COMP_ZLIB ? "zlib" :

Completed in 104 milliseconds