Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dkex.h69 #define COMP_ZLIB 1 macro
H A Dkex.c1094 comp->type = COMP_ZLIB; in choose_comp()
H A Dpacket.c927 if ((comp->type == COMP_ZLIB || in ssh_set_newkeys()
H A Dreadconf.c1008 { "yes", COMP_ZLIB },
/freebsd-14.2/crypto/openssl/test/
H A Dssl_old_test.c83 #define COMP_ZLIB 1 macro
1091 comp = COMP_ZLIB; in main()
1315 if (comp == COMP_ZLIB) in main()
1326 comp == COMP_ZLIB ? "zlib" : "unknown"); in main()