Searched refs:SSL_OP_CIPHER_SERVER_PREFERENCE (Results 1 – 8 of 8) sorted by relevance
67 CONST(SSL_OP_CIPHER_SERVER_PREFERENCE); in main()
20 import static org.conscrypt.NativeConstants.SSL_OP_CIPHER_SERVER_PREFERENCE;335 NativeCrypto.SSL_set_options(ssl, this, SSL_OP_CIPHER_SERVER_PREFERENCE); in initialize()
2689 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE in _ssl__SSLContext_impl()2690 options |= SSL_OP_CIPHER_SERVER_PREFERENCE; in _ssl__SSLContext_impl()5367 SSL_OP_CIPHER_SERVER_PREFERENCE); in PyInit__ssl()
377 if (ssl->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { in ssl3_choose_cipher()
318 if (ssl->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { in tls1_get_shared_group()
642 #define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L macro
1209 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE); in SetupCtx()
4278 SSL_OP_CIPHER_SERVER_PREFERENCE); in init_ssl()