OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_version
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
ssl_lib.c
448
* any new session built out of this id/id_len and the
ssl_version
in
455
r.
ssl_version
= ssl->version;
462
if((r.
ssl_version
== SSL2_VERSION) &&
1092
if (
SSL_version
(s) == DTLS1_VERSION ||
1093
SSL_version
(s) == DTLS1_BAD_VER)
[
all
...]
/external/openssl/ssl/
ssl_lib.c
459
* any new session built out of this id/id_len and the
ssl_version
in
466
r.
ssl_version
= ssl->version;
473
if((r.
ssl_version
== SSL2_VERSION) &&
1105
if (
SSL_version
(s) == DTLS1_VERSION ||
1106
SSL_version
(s) == DTLS1_BAD_VER)
[
all
...]
Completed in 133 milliseconds