Lines Matching refs:TEST_int_eq
33 if (!TEST_int_eq(result->result, test_ctx->expected_result)) { in check_result()
44 if (!TEST_int_eq(result->client_alert_sent, in check_alerts()
63 if (!TEST_int_eq(result->server_alert_sent, in check_alerts()
102 if (!TEST_int_eq(result->client_protocol, result->server_protocol)) { in check_protocol()
110 if (!TEST_int_eq(result->client_protocol, in check_protocol()
123 if (!TEST_int_eq(result->servername, test_ctx->expected_servername)) { in check_servername()
136 if (!TEST_int_eq(result->session_ticket, in check_session_ticket()
150 if (!TEST_int_eq(result->session_id, test_ctx->session_id_expected)) { in check_session_id()
161 if (!TEST_int_eq(result->compression, test_ctx->compression_expected)) in check_compression()
214 if (!TEST_int_eq(result->client_resumed, result->server_resumed)) in check_resumption()
216 if (!TEST_int_eq(result->client_resumed, test_ctx->resumption_expected)) in check_resumption()
255 if (TEST_int_eq(sk_X509_NAME_num(expected_names), 0)) in check_ca_names()
262 if (!TEST_int_eq(X509_NAME_cmp(sk_X509_NAME_value(names, i), in check_ca_names()