Home
last modified time | relevance | path

Searched refs:client_groups (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtls13groupselection_test.c53 const char *client_groups; member
370 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()
H A Dsslapitest.c13489 int client_groups[] = { in test_ssl_set_groups_unsupported_keyshare() local
13498 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()