Searched refs:TEST_true_or_end (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | tls13groupselection_test.c | 14 #define TEST_true_or_end(a) if (!TEST_true(a)) \ macro 383 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_invalidsyntax() 394 TEST_true_or_end(create_ssl_objects(server_ctx, client_ctx, in test_invalidsyntax() 425 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_groupnegotiation() 434 TEST_true_or_end(SSL_CTX_set1_groups_list(client_ctx, in test_groupnegotiation() 438 TEST_true_or_end(SSL_CTX_set1_groups_list(server_ctx, in test_groupnegotiation() 441 TEST_true_or_end(SSL_CTX_set_min_proto_version(client_ctx, TLS1_3_VERSION)); in test_groupnegotiation() 442 TEST_true_or_end(SSL_CTX_set_min_proto_version(server_ctx, TLS1_3_VERSION)); in test_groupnegotiation() 455 TEST_true_or_end(SSL_set1_groups_list(clientssl, current_test_vector->client_groups)); in test_groupnegotiation() 458 TEST_true_or_end(SSL_set1_groups_list(serverssl, current_test_vector->server_groups)); in test_groupnegotiation() [all …]
|