Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtls13groupselection_test.c17 #define TEST_false_or_end(a) if (!TEST_false(a)) \ macro
391 TEST_false_or_end(SSL_CTX_set1_groups_list(client_ctx, in test_invalidsyntax()
400 TEST_false_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_invalidsyntax()
491 TEST_false_or_end(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)); in test_groupnegotiation()