OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_OP_CIPHER_SERVER_PREFERENCE
(Results
1 - 24
of
24
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/guide/
tls-server-block.c
133
opts |=
SSL_OP_CIPHER_SERVER_PREFERENCE
;
/src/crypto/external/apache2/openssl/dist/test/
tls13groupselection_test.c
411
SSL_CTX_set_options(server_ctx,
SSL_OP_CIPHER_SERVER_PREFERENCE
);
431
SSL_set_options(serverssl,
SSL_OP_CIPHER_SERVER_PREFERENCE
);
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c
383
SSL_FLAG_TBL_SRV("ServerPreference",
SSL_OP_CIPHER_SERVER_PREFERENCE
),
857
{
SSL_OP_CIPHER_SERVER_PREFERENCE
, 0 }, /* serverpref */
t1_lib.c
1036
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
3505
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
|| is_suiteb) {
ssl_local.h
3106
(OSSL_LEGACY_SSL_OPTIONS | OSSL_TLS1_2_OPTIONS |
SSL_OP_CIPHER_SERVER_PREFERENCE
| SSL_OP_DISABLE_TLSEXT_CA_NAMES | SSL_OP_NO_TX_CERTIFICATE_COMPRESSION | SSL_OP_NO_RX_CERTIFICATE_COMPRESSION | SSL_OP_PRIORITIZE_CHACHA | SSL_OP_NO_QUERY_MTU | SSL_OP_NO_TICKET | SSL_OP_NO_ANTI_REPLAY)
s3_lib.c
4751
} else if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c
380
SSL_FLAG_TBL_SRV("ServerPreference",
SSL_OP_CIPHER_SERVER_PREFERENCE
),
778
{
SSL_OP_CIPHER_SERVER_PREFERENCE
, 0}, /* serverpref */
t1_lib.c
631
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
2253
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
|| is_suiteb) {
s3_lib.c
4171
} else if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c
382
SSL_FLAG_TBL_SRV("ServerPreference",
SSL_OP_CIPHER_SERVER_PREFERENCE
),
699
{
SSL_OP_CIPHER_SERVER_PREFERENCE
, 0}, /* serverpref */
t1_lib.c
314
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
1771
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
|| is_suiteb) {
s3_lib.c
4178
} else if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
/src/external/bsd/unbound/dist/util/
net_help.c
1297
if((SSL_CTX_set_options(ctx,
SSL_OP_CIPHER_SERVER_PREFERENCE
) &
1298
SSL_OP_CIPHER_SERVER_PREFERENCE
) !=
1299
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
1300
log_crypto_err("could not set
SSL_OP_CIPHER_SERVER_PREFERENCE
");
/src/external/ibm-public/postfix/dist/src/tls/
tls.h
435
(
SSL_OP_CIPHER_SERVER_PREFERENCE
| SSL_OP_IGNORE_UNEXPECTED_EOF | \
tls_server.c
610
SSL_CTX_set_options(server_ctx,
SSL_OP_CIPHER_SERVER_PREFERENCE
);
/src/external/mpl/bind/dist/lib/isc/
tls.c
856
(void)SSL_CTX_set_options(ctx,
SSL_OP_CIPHER_SERVER_PREFERENCE
);
859
SSL_OP_CIPHER_SERVER_PREFERENCE
);
/src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc
561
SSL_CTX_set_options(ssl_ctx.get(),
SSL_OP_CIPHER_SERVER_PREFERENCE
);
/src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c
673
SSL_CTX_set_options( ctx,
SSL_OP_CIPHER_SERVER_PREFERENCE
);
/src/external/bsd/nsd/dist/
server.c
2213
if((SSL_CTX_set_options(ctx,
SSL_OP_CIPHER_SERVER_PREFERENCE
) &
2214
SSL_OP_CIPHER_SERVER_PREFERENCE
) !=
2215
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
2216
log_crypto_err("could not set
SSL_OP_CIPHER_SERVER_PREFERENCE
");
/src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c
921
if (s->options &
SSL_OP_CIPHER_SERVER_PREFERENCE
) {
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
356
* Modifies
SSL_OP_CIPHER_SERVER_PREFERENCE
*/
362
# define
SSL_OP_CIPHER_SERVER_PREFERENCE
0x00400000U
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
383
* Modifies
SSL_OP_CIPHER_SERVER_PREFERENCE
389
#define
SSL_OP_CIPHER_SERVER_PREFERENCE
SSL_OP_BIT(22)
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
376
* Modifies
SSL_OP_CIPHER_SERVER_PREFERENCE
382
# define
SSL_OP_CIPHER_SERVER_PREFERENCE
SSL_OP_BIT(22)
/src/external/bsd/unbound/dist/services/
listen_dnsport.c
4666
SSL_OP_CIPHER_SERVER_PREFERENCE
|
Completed in 74 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026