Home
last modified time | relevance | path

Searched refs:SSL_TLSV1_2 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
HDs3_lib.c422 .algorithm_ssl = SSL_TLSV1_2,
438 .algorithm_ssl = SSL_TLSV1_2,
454 .algorithm_ssl = SSL_TLSV1_2,
523 .algorithm_ssl = SSL_TLSV1_2,
539 .algorithm_ssl = SSL_TLSV1_2,
555 .algorithm_ssl = SSL_TLSV1_2,
571 .algorithm_ssl = SSL_TLSV1_2,
678 .algorithm_ssl = SSL_TLSV1_2,
696 .algorithm_ssl = SSL_TLSV1_2,
714 .algorithm_ssl = SSL_TLSV1_2,
[all …]
HDssl_ciphers.c45 case SSL_TLSV1_2: in ssl_cipher_allowed_in_tls_version_range()
HDssl_ciph.c393 .algorithm_ssl = SSL_TLSV1_2,
1434 else if (alg_ssl & SSL_TLSV1_2) in SSL_CIPHER_description()
HDssl_locl.h256 #define SSL_TLSV1_2 0x00000004L macro
HDssl_clnt.c998 if ((cipher->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()