Searched refs:current_test_vector (Results 1 – 1 of 1) sorted by relevance
371 static int test_invalidsyntax(const struct tls13groupselection_test_st *current_test_vector, in test_invalidsyntax() argument378 if (!TEST_ptr(current_test_vector->client_groups) in test_invalidsyntax()379 || !TEST_size_t_ne(strlen(current_test_vector->client_groups), 0)) in test_invalidsyntax()392 current_test_vector->client_groups)); in test_invalidsyntax()400 TEST_false_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_invalidsyntax()413 static int test_groupnegotiation(const struct tls13groupselection_test_st *current_test_vector, in test_groupnegotiation() argument433 if (current_test_vector->client_groups != NULL) { in test_groupnegotiation()435 current_test_vector->client_groups)); in test_groupnegotiation()437 if (current_test_vector->server_groups != NULL) { in test_groupnegotiation()439 current_test_vector->server_groups)); in test_groupnegotiation()[all …]