Searched refs:client_groups (Results 1 – 2 of 2) sorted by relevance
47 const char *client_groups; member346 if (!TEST_ptr(current_test_vector->client_groups) in test_invalidsyntax()347 || !TEST_size_t_ne(strlen(current_test_vector->client_groups), 0)) in test_invalidsyntax()360 current_test_vector->client_groups)); in test_invalidsyntax()368 TEST_false_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_invalidsyntax()400 if (current_test_vector->client_groups != NULL) { in test_groupnegotiation()402 current_test_vector->client_groups)); in test_groupnegotiation()421 if (current_test_vector->client_groups != NULL) in test_groupnegotiation()422 TEST_true_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_groupnegotiation()
13458 int client_groups[] = { in test_ssl_set_groups_unsupported_keyshare() local13467 client_groups[0] = NID_id_tc26_gost_3410_2012_512_paramSetC; in test_ssl_set_groups_unsupported_keyshare()13486 client_groups, in test_ssl_set_groups_unsupported_keyshare()13487 OSSL_NELEM(client_groups)))) in test_ssl_set_groups_unsupported_keyshare()