Searched refs:client_groups (Results 1 – 2 of 2) sorted by relevance
53 const char *client_groups; member370 if (!TEST_ptr(current_test_vector->client_groups) in test_invalidsyntax()371 || !TEST_size_t_ne(strlen(current_test_vector->client_groups), 0)) in test_invalidsyntax()384 current_test_vector->client_groups)); in test_invalidsyntax()392 TEST_false_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_invalidsyntax()424 if (current_test_vector->client_groups != NULL) { in test_groupnegotiation()426 current_test_vector->client_groups)); in test_groupnegotiation()445 if (current_test_vector->client_groups != NULL) in test_groupnegotiation()446 TEST_true_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_groupnegotiation()
13489 int client_groups[] = { in test_ssl_set_groups_unsupported_keyshare() local13498 client_groups[0] = NID_id_tc26_gost_3410_2012_512_paramSetC; in test_ssl_set_groups_unsupported_keyshare()13517 client_groups, in test_ssl_set_groups_unsupported_keyshare()13518 OSSL_NELEM(client_groups)))) in test_ssl_set_groups_unsupported_keyshare()