Home
last modified time | relevance | path

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

/openssl/test/
H A Dcmp_ctx_test.c258 static int test_log_cb_res = 0; variable
262 test_log_cb_res = in test_log_cb()
300 if (!TEST_int_eq(test_log_cb_res, 1)) in execute_cmp_ctx_log_cb_test()
303 test_log_cb_res = -1; /* callback should not be called at all */ in execute_cmp_ctx_log_cb_test()
306 if (!TEST_int_eq(test_log_cb_res, -1)) in execute_cmp_ctx_log_cb_test()

Completed in 5 milliseconds