Home
last modified time | relevance | path

Searched defs:SSL_IS_DTLS (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
Dssl_local.h348 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) macro
/third_party/openssl/ssl/
Dssl_local.h341 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) macro