Home
last modified time | relevance | path

Searched refs:SSL_ENC_FLAG_DTLS (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
Dd1_lib.c34 SSL_ENC_FLAG_DTLS | SSL_ENC_FLAG_EXPLICIT_IV,
51 SSL_ENC_FLAG_DTLS | SSL_ENC_FLAG_EXPLICIT_IV | SSL_ENC_FLAG_SIGALGS
Dssl_ciph.c708 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) && in ssl_cipher_collect_ciphers()
711 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) && in ssl_cipher_collect_ciphers()
Dssl_local.h341 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
2119 # define SSL_ENC_FLAG_DTLS 0x8 macro
Dssl_lib.c3318 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)) in SSL_CTX_new_ex()