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.c47 const char *client_groups; member
346 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()
H A Dsslapitest.c13458 int client_groups[] = { in test_ssl_set_groups_unsupported_keyshare() local
13467 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()