Home
last modified time | relevance | path

Searched refs:SSL_TLSV1_3 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c397 .algorithm_ssl = SSL_TLSV1_3,
406 .algorithm_ssl = SSL_TLSV1_3,
412 .algorithm_ssl = SSL_TLSV1_3,
418 .algorithm_ssl = SSL_TLSV1_3,
1123 if (ca_list[j]->algorithm_ssl == SSL_TLSV1_3) in ssl_cipher_process_rulestr()
1176 if (alg_ssl == SSL_TLSV1_3) in ssl_cipher_process_rulestr()
1300 ssl_cipher_apply_rule(0, 0, 0, 0, 0, SSL_TLSV1_3, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
1301 ssl_cipher_apply_rule(0, 0, 0, 0, 0, SSL_TLSV1_3, 0, CIPHER_DEL, -1, &head, &tail); in STACK_OF()
1379 (!tls13_seen && curr->cipher->algorithm_ssl == SSL_TLSV1_3)) { in STACK_OF()
1436 else if (alg_ssl & SSL_TLSV1_3) in SSL_CIPHER_description()
H A Dssl_ciphers.c47 case SSL_TLSV1_3: in ssl_cipher_allowed_in_tls_version_range()
270 if (cipher->algorithm_ssl == SSL_TLSV1_3) in ssl_merge_cipherlists()
H A Dtls13_lib.c73 if (cipher->algorithm_ssl != SSL_TLSV1_3) in tls13_cipher_aead()
93 if (cipher->algorithm_ssl != SSL_TLSV1_3) in tls13_cipher_hash()
H A Ds3_lib.c891 .algorithm_ssl = SSL_TLSV1_3,
907 .algorithm_ssl = SSL_TLSV1_3,
923 .algorithm_ssl = SSL_TLSV1_3,
2579 if ((c->algorithm_ssl & SSL_TLSV1_3) && in ssl3_choose_cipher()
2585 !(c->algorithm_ssl & SSL_TLSV1_3)) in ssl3_choose_cipher()
H A Dssl_seclevel.c129 cipher->algorithm_ssl != SSL_TLSV1_3) in ssl_security_secop_cipher()
H A Dtls13_client.c302 if (cipher->algorithm_ssl != SSL_TLSV1_3) { in tls13_server_hello_process()
H A Dssl_locl.h257 #define SSL_TLSV1_3 0x00000008L macro