OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS1_1_VERSION
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/src/crypto/external/apache2/openssl/dist/include/openssl/
prov_ssl.h
25
#define
TLS1_1_VERSION
0x0302
/src/crypto/external/bsd/openssl/dist/include/openssl/
prov_ssl.h
24
# define
TLS1_1_VERSION
0x0302
/src/crypto/external/bsd/openssl/dist/test/
ssl_ctx_test.c
27
{TLS1_2_VERSION,
TLS1_1_VERSION
, 1, 1, TLS1_2_VERSION,
TLS1_1_VERSION
},
ssl_test_ctx_test.c
172
fixture->expected_ctx->expected_protocol =
TLS1_1_VERSION
;
/src/crypto/external/apache2/openssl/dist/ssl/
methods.c
34
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
65
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
98
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
/src/crypto/external/bsd/openssl/dist/ssl/
methods.c
34
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
65
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
98
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
ktls.c
28
case
TLS1_1_VERSION
:
/src/crypto/external/bsd/openssl.old/dist/ssl/
methods.c
33
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
64
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
97
IMPLEMENT_tls_meth_func(
TLS1_1_VERSION
, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
/src/crypto/external/apache2/openssl/dist/test/
ssl_ctx_test.c
40
{ PROTO_TLS, TLS1_2_VERSION,
TLS1_1_VERSION
, 1, 1, TLS1_2_VERSION,
TLS1_1_VERSION
},
ssl_test_ctx_test.c
171
fixture->expected_ctx->expected_protocol =
TLS1_1_VERSION
;
/src/crypto/external/bsd/openssl.old/dist/test/
ssl_ctx_test.c
27
{TLS1_2_VERSION,
TLS1_1_VERSION
, 1, 0, TLS1_2_VERSION, 0},
ssl_test_ctx_test.c
175
fixture->expected_ctx->expected_protocol =
TLS1_1_VERSION
;
/src/external/bsd/ppp/dist/pppd/
tls.c
71
if (tls_ver_max <
TLS1_1_VERSION
)
293
#elif defined(
TLS1_1_VERSION
)
294
long tls_version =
TLS1_1_VERSION
;
305
tls_version =
TLS1_1_VERSION
;
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_block.c
157
case
TLS1_1_VERSION
:
cipher_aes_cbc_hmac_sha1_hw.c
394
else if (ctx->aux.tls_ver >=
TLS1_1_VERSION
)
456
>=
TLS1_1_VERSION
) {
674
if ((ctx->aux.tls_ver = p[aad_len - 4] << 8 | p[aad_len - 3]) >=
TLS1_1_VERSION
) {
719
if ((param->inp[9] << 8 | param->inp[10]) <
TLS1_1_VERSION
)
cipher_aes_cbc_hmac_sha256_hw.c
417
else if (ctx->aux.tls_ver >=
TLS1_1_VERSION
)
498
>=
TLS1_1_VERSION
)
726
if ((ctx->aux.tls_ver = p[aad_len - 4] << 8 | p[aad_len - 3]) >=
TLS1_1_VERSION
) {
770
if ((param->inp[9] << 8 | param->inp[10]) <
TLS1_1_VERSION
)
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_block.c
174
case
TLS1_1_VERSION
:
cipher_aes_cbc_hmac_sha1_hw.c
396
else if (ctx->aux.tls_ver >=
TLS1_1_VERSION
)
458
>=
TLS1_1_VERSION
) {
679
p[aad_len - 4] << 8 | p[aad_len - 3]) >=
TLS1_1_VERSION
) {
725
if ((param->inp[9] << 8 | param->inp[10]) <
TLS1_1_VERSION
)
cipher_aes_cbc_hmac_sha256_hw.c
419
else if (ctx->aux.tls_ver >=
TLS1_1_VERSION
)
500
>=
TLS1_1_VERSION
)
732
p[aad_len - 4] << 8 | p[aad_len - 3]) >=
TLS1_1_VERSION
) {
777
if ((param->inp[9] << 8 | param->inp[10]) <
TLS1_1_VERSION
)
/src/crypto/external/apache2/openssl/dist/apps/
ciphers.c
147
min_version =
TLS1_1_VERSION
;
148
max_version =
TLS1_1_VERSION
;
s_time.c
236
min_version =
TLS1_1_VERSION
;
237
max_version =
TLS1_1_VERSION
;
/src/crypto/external/bsd/openssl/dist/apps/
ciphers.c
144
min_version =
TLS1_1_VERSION
;
145
max_version =
TLS1_1_VERSION
;
s_time.c
218
min_version =
TLS1_1_VERSION
;
219
max_version =
TLS1_1_VERSION
;
/src/crypto/external/bsd/openssl.old/dist/apps/
ciphers.c
138
min_version =
TLS1_1_VERSION
;
139
max_version =
TLS1_1_VERSION
;
/src/crypto/external/apache2/openssl/dist/engines/
e_ossltest.c
826
if (key->tls_ver >=
TLS1_1_VERSION
) {
872
if (key->tls_ver >=
TLS1_1_VERSION
) {
Completed in 57 milliseconds
1
2
3
4
Indexes created Sun Mar 01 05:31:48 UTC 2026