Searched refs:SSL_OP_NO_COMPRESSION (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_both.c585 * SSL_OP_MICROSOFT_BIG_WRITE_BUFFER, SSL_OP_NO_COMPRESSION, and
668 if (!(s->options & SSL_OP_NO_COMPRESSION))
703 if (!(s->options & SSL_OP_NO_COMPRESSION))
H A Dssl_conf.c200 SSL_FLAG_TBL("no_comp", SSL_OP_NO_COMPRESSION),
355 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION),
H A Ds23_clnt.c528 if ((s->options & SSL_OP_NO_COMPRESSION)
H A Ds3_srvr.c1311 if (s->options & SSL_OP_NO_COMPRESSION) {
1342 else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods) {
H A Ds3_clnt.c853 if ((s->options & SSL_OP_NO_COMPRESSION)
1132 else if (s->options & SSL_OP_NO_COMPRESSION) {
H A Dssl.h623 # define SSL_OP_NO_COMPRESSION 0x00020000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_both.c585 * SSL_OP_MICROSOFT_BIG_WRITE_BUFFER, SSL_OP_NO_COMPRESSION, and
668 if (!(s->options & SSL_OP_NO_COMPRESSION))
703 if (!(s->options & SSL_OP_NO_COMPRESSION))
H A Dssl_conf.c200 SSL_FLAG_TBL("no_comp", SSL_OP_NO_COMPRESSION),
355 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION),
H A Ds23_clnt.c528 if ((s->options & SSL_OP_NO_COMPRESSION)
H A Ds3_srvr.c1311 if (s->options & SSL_OP_NO_COMPRESSION) {
1342 else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods) {
H A Ds3_clnt.c853 if ((s->options & SSL_OP_NO_COMPRESSION)
1132 else if (s->options & SSL_OP_NO_COMPRESSION) {
H A Dssl.h623 # define SSL_OP_NO_COMPRESSION 0x00020000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1609 #ifdef SSL_OP_NO_COMPRESSION
1610 ctx_options |= SSL_OP_NO_COMPRESSION;

Completed in 102 milliseconds