OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTLS_ANY_VERSION
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
d1_meth.c
90
IMPLEMENT_dtls1_meth_func(
DTLS_ANY_VERSION
,
d1_clnt.c
155
IMPLEMENT_dtls1_meth_func(
DTLS_ANY_VERSION
,
d1_lib.c
274
if (s->method->version ==
DTLS_ANY_VERSION
)
d1_srvr.c
155
IMPLEMENT_dtls1_meth_func(
DTLS_ANY_VERSION
,
s3_clnt.c
634
if (s->method->version ==
DTLS_ANY_VERSION
)
827
if (s->method->version ==
DTLS_ANY_VERSION
)
[
all
...]
s3_srvr.c
821
s->method->version !=
DTLS_ANY_VERSION
)
921
if (s->method->version ==
DTLS_ANY_VERSION
)
[
all
...]
d1_pkt.c
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
dtls1.h
73
#define
DTLS_ANY_VERSION
0x1FFFF
Completed in 65 milliseconds