Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_txt.c38 int istls13; in SSL_SESSION_print() local
42 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
80 if (istls13) { in SSL_SESSION_print()
163 if (istls13) { in SSL_SESSION_print()
/freebsd/crypto/openssl/apps/
H A Ds_client.c3468 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff() local
3656 if (istls13) { in print_stuff()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5287 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local
5301 istls13 = (idx < numgroups); in test_negotiated_group()
5312 if (!istls13 && !isecdhe) in test_negotiated_group()
5320 if (!istls13) in test_negotiated_group()
5398 if (istls13) { in test_negotiated_group()