Searched refs:SSL_TLSV1_2 (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/crypto/libressl/ssl/ |
| HD | s3_lib.c | 422 .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 …]
|
| HD | ssl_ciphers.c | 45 case SSL_TLSV1_2: in ssl_cipher_allowed_in_tls_version_range()
|
| HD | ssl_ciph.c | 393 .algorithm_ssl = SSL_TLSV1_2, 1434 else if (alg_ssl & SSL_TLSV1_2) in SSL_CIPHER_description()
|
| HD | ssl_locl.h | 256 #define SSL_TLSV1_2 0x00000004L macro
|
| HD | ssl_clnt.c | 998 if ((cipher->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()
|