Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_ciph.c946 int *tls13_seen) in ssl_cipher_process_rulestr() argument
955 *tls13_seen = 0; in ssl_cipher_process_rulestr()
1124 *tls13_seen = 1; in ssl_cipher_process_rulestr()
1177 *tls13_seen = 1; in ssl_cipher_process_rulestr()
1215 int tls13_seen = 0; in STACK_OF() local
1329 &head, &tail, ca_list, cert, &tls13_seen); in STACK_OF()
1337 cert, &tls13_seen); in STACK_OF()
1362 tls13_seen = 1; in STACK_OF()
1379 (!tls13_seen && curr->cipher->algorithm_ssl == SSL_TLSV1_3)) { in STACK_OF()