OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_IS_DTLS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
ssl_locl.h
369
#define
SSL_IS_DTLS
(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
387
((
SSL_IS_DTLS
(s) && s->client_version <= DTLS1_2_VERSION) || \
388
(!
SSL_IS_DTLS
(s) && s->client_version >= TLS1_2_VERSION))
[
all
...]
/external/openssl/ssl/
ssl_locl.h
625
#define
SSL_IS_DTLS
(s) (s->method->version == DTLS1_VERSION)
[
all
...]
Completed in 60 milliseconds