Lines Matching refs:maxprot
2032 static int execute_test_session(int maxprot, int use_int_cache, in execute_test_session() argument
2047 if (maxprot == TLS1_3_VERSION) in execute_test_session()
2059 SSL_CTX_set_min_proto_version(cctx, maxprot); in execute_test_session()
2060 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session()
2105 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
2226 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session()
2227 if (maxprot == TLS1_2_VERSION) in execute_test_session()
2239 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session()
2267 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session()
2292 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
7687 unsigned int maxprot; member
7802 shared_ciphers_data[tst].maxprot, in int_test_ssl_get_shared_ciphers()