OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_OP_NO_TLSv1_1
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/net/ssl/
ssl_config_service.cc
25
#elif defined(
SSL_OP_NO_TLSv1_1
)
/external/chromium_org/third_party/openssl/openssl/ssl/
s23_clnt.c
300
mask =
SSL_OP_NO_TLSv1_1
|SSL_OP_NO_TLSv1
316
mask &= ~
SSL_OP_NO_TLSv1_1
;
317
if ((options &
SSL_OP_NO_TLSv1_1
) && (options & mask) != mask)
701
!(s->options &
SSL_OP_NO_TLSv1_1
))
s23_srvr.c
300
!(s->options &
SSL_OP_NO_TLSv1_1
))
380
!(s->options &
SSL_OP_NO_TLSv1_1
))
ssl.h
612
#define
SSL_OP_NO_TLSv1_1
0x10000000L
[
all
...]
/external/openssl/ssl/
s23_clnt.c
300
mask =
SSL_OP_NO_TLSv1_1
|SSL_OP_NO_TLSv1
316
mask &= ~
SSL_OP_NO_TLSv1_1
;
317
if ((options &
SSL_OP_NO_TLSv1_1
) && (options & mask) != mask)
701
!(s->options &
SSL_OP_NO_TLSv1_1
))
s23_srvr.c
300
!(s->options &
SSL_OP_NO_TLSv1_1
))
380
!(s->options &
SSL_OP_NO_TLSv1_1
))
ssl.h
609
#define
SSL_OP_NO_TLSv1_1
0x10000000L
[
all
...]
/libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java
718
public static final long
SSL_OP_NO_TLSv1_1
= 0x10000000L;
[
all
...]
/external/chromium/net/socket/
ssl_client_socket_openssl.cc
450
#ifdef
SSL_OP_NO_TLSv1_1
451
options.ConfigureFlag(
SSL_OP_NO_TLSv1_1
, true);
[
all
...]
/external/chromium_org/net/socket/
ssl_client_socket_openssl.cc
680
#if defined(
SSL_OP_NO_TLSv1_1
)
684
options.ConfigureFlag(
SSL_OP_NO_TLSv1_1
, !tls1_1_enabled);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/apps/
s_client.c
868
off|=
SSL_OP_NO_TLSv1_1
;
[
all
...]
s_server.c
[
all
...]
/external/openssl/apps/
s_client.c
870
off|=
SSL_OP_NO_TLSv1_1
;
[
all
...]
s_server.c
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h
612
#define
SSL_OP_NO_TLSv1_1
0x10000000L
[
all
...]
/external/openssl/include/openssl/
ssl.h
609
#define
SSL_OP_NO_TLSv1_1
0x10000000L
[
all
...]