Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtls13groupselection_test.c410 const char *group_name_client; in test_groupnegotiation() local
474 group_name_client = SSL_group_to_name(clientssl, negotiated_group_client); in test_groupnegotiation()
480 if (TEST_str_eq(group_name_client, current_test_vector->expected_group)) in test_groupnegotiation()