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

/freebsd-10.2-release/crypto/openssl/ssl/
H A Ds2_srvr.c681 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) {
700 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) {
715 * if SSL_OP_CIPHER_SERVER_PREFERENCE was set.
H A Ds2_clnt.c480 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) {
H A Dssl.h612 # define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L macro
H A Ds3_lib.c3846 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) {
/freebsd-10.2-release/crypto/openssl/apps/
H A Ds_client.c925 off |= SSL_OP_CIPHER_SERVER_PREFERENCE;
H A Ds_server.c1176 off |= SSL_OP_CIPHER_SERVER_PREFERENCE;
/freebsd-10.2-release/contrib/sendmail/src/
H A Dreadcf.c2193 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE
2194 { "SSL_OP_CIPHER_SERVER_PREFERENCE", SSL_OP_CIPHER_SERVER_PREFERENCE },

Completed in 207 milliseconds