Searched refs:SSL_OP_SINGLE_ECDH_USE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_lib.c1882 if (!(s->options & SSL_OP_SINGLE_ECDH_USE))
2140 if (!(ctx->options & SSL_OP_SINGLE_ECDH_USE))
H A Dssl.h526 #define SSL_OP_SINGLE_ECDH_USE 0x00080000L macro
H A Dssltest.c809 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE);
H A Ds3_srvr.c1439 (s->options & SSL_OP_SINGLE_ECDH_USE))
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c498 SSL_CTX_set_options(ctx, SSL_OP_SINGLE_ECDH_USE);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h526 #define SSL_OP_SINGLE_ECDH_USE 0x00080000L macro
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dssltest.c809 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE);
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c2205 #if defined(SSL_OP_SINGLE_ECDH_USE)

Completed in 290 milliseconds