Searched refs:istls13 (Results 1 – 3 of 3) sorted by relevance
38 int istls13; in SSL_SESSION_print() local42 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()77 if (istls13) { in SSL_SESSION_print()156 if (istls13) { in SSL_SESSION_print()
3369 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff() local3563 if (istls13) { in print_stuff()
5275 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local5289 istls13 = (idx < numgroups); in test_negotiated_group()5300 if (!istls13 && !isecdhe) in test_negotiated_group()5308 if (!istls13) in test_negotiated_group()5388 if (istls13) { in test_negotiated_group()
Completed in 63 milliseconds