OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS1_VERSION_MAJOR
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/boringssl/src/include/openssl/
tls1.h
172
#define
TLS1_VERSION_MAJOR
0x03
176
((s->version >> 8) ==
TLS1_VERSION_MAJOR
? s->version : 0)
179
((s->client_version >> 8) ==
TLS1_VERSION_MAJOR
? s->client_version : 0)
[
all
...]
/external/openssl/include/openssl/
tls1.h
167
#define
TLS1_VERSION_MAJOR
0x03
177
((s->version >> 8) ==
TLS1_VERSION_MAJOR
? s->version : 0)
180
((s->client_version >> 8) ==
TLS1_VERSION_MAJOR
? s->client_version : 0)
[
all
...]
/external/openssl/ssl/
tls1.h
167
#define
TLS1_VERSION_MAJOR
0x03
177
((s->version >> 8) ==
TLS1_VERSION_MAJOR
? s->version : 0)
180
((s->client_version >> 8) ==
TLS1_VERSION_MAJOR
? s->client_version : 0)
[
all
...]
s23_clnt.c
398
version_major =
TLS1_VERSION_MAJOR
;
ssl_ciph.c
621
if (s->ssl_version>>8 !=
TLS1_VERSION_MAJOR
||
[
all
...]
/external/chromium_org/third_party/boringssl/src/ssl/
s23_clnt.c
325
version_major =
TLS1_VERSION_MAJOR
;
ssl_ciph.c
318
if (s->ssl_version>>8 !=
TLS1_VERSION_MAJOR
||
[
all
...]
Completed in 76 milliseconds