Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A 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
H A Dssl_ciph.c673 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) && in ssl_cipher_collect_ciphers()
676 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) && in ssl_cipher_collect_ciphers()
H A Dssl_local.h319 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
1994 # define SSL_ENC_FLAG_DTLS 0x8 macro
H A Dssl_lib.c3121 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)) in SSL_CTX_new()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A 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
H A 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()
H A 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
H A Dssl_lib.c3318 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)) in SSL_CTX_new_ex()