Lines Matching refs:maxprot
1017 static int execute_test_session(int maxprot, int use_int_cache, in execute_test_session() argument
1032 if (maxprot == TLS1_3_VERSION) in execute_test_session()
1044 SSL_CTX_set_min_proto_version(cctx, maxprot); in execute_test_session()
1045 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session()
1086 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
1207 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session()
1208 if (maxprot == TLS1_2_VERSION) in execute_test_session()
1220 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session()
1248 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session()
1271 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
5550 unsigned int maxprot; member
5625 shared_ciphers_data[tst].maxprot, in test_ssl_get_shared_ciphers()