Searched refs:current_test_vector (Results 1 – 1 of 1) sorted by relevance
380 static int test_invalidsyntax(const struct tls13groupselection_test_st *current_test_vector, in test_invalidsyntax() argument387 if (!TEST_ptr(current_test_vector->client_groups) in test_invalidsyntax()388 || !TEST_size_t_ne(strlen(current_test_vector->client_groups), 0)) in test_invalidsyntax()401 current_test_vector->client_groups)); in test_invalidsyntax()409 TEST_false_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_invalidsyntax()422 static int test_groupnegotiation(const struct tls13groupselection_test_st *current_test_vector, in test_groupnegotiation() argument442 if (current_test_vector->client_groups != NULL) { in test_groupnegotiation()444 current_test_vector->client_groups)); in test_groupnegotiation()446 if (current_test_vector->server_groups != NULL) { in test_groupnegotiation()448 current_test_vector->server_groups)); in test_groupnegotiation()[all …]