Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c246 static int test_log_cb_res = 0; variable
250 test_log_cb_res = in test_log_cb()
288 if (!TEST_int_eq(test_log_cb_res, 1)) in execute_cmp_ctx_log_cb_test()
291 test_log_cb_res = -1; /* callback should not be called at all */ in execute_cmp_ctx_log_cb_test()
294 if (!TEST_int_eq(test_log_cb_res, -1)) in execute_cmp_ctx_log_cb_test()