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

/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls.h332 (SSL_OP_CIPHER_SERVER_PREFERENCE | TLS_SSL_OP_PROTOMASK(~0))
H A Dtls_server.c491 SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds2_srvr.c646 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE)
665 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE)
674 * if SSL_OP_CIPHER_SERVER_PREFERENCE was set.
H A Ds2_clnt.c480 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE)
H A Ds3_lib.c2340 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE)
H A Dssl.h534 #define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L macro
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c467 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE
469 SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
H A Dssl_engine_kernel.c483 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE
485 SSL_set_options(ssl, SSL_OP_CIPHER_SERVER_PREFERENCE);
H A Dssl_engine_config.c733 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_client.c533 off|=SSL_OP_CIPHER_SERVER_PREFERENCE;
H A Ds_server.c920 { off|=SSL_OP_CIPHER_SERVER_PREFERENCE; }
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h534 #define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L macro
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c2210 #if defined(SSL_OP_CIPHER_SERVER_PREFERENCE)

Completed in 311 milliseconds