Home
last modified time | relevance | path

Searched refs:dec_tick_called (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c7780 static int gen_tick_called, dec_tick_called, tick_key_cb_called; variable
7801 dec_tick_called = 1; in dec_tick_cb()
7959 gen_tick_called = dec_tick_called = tick_key_cb_called = 0; in test_ticket_callbacks()
8039 || !TEST_int_eq(dec_tick_called, ((tst % 2) == 0) ? 1 : 0)) in test_ticket_callbacks()
8042 gen_tick_called = dec_tick_called = 0; in test_ticket_callbacks()
8075 || !TEST_int_eq(dec_tick_called, (tst == 13 || tst == 19) ? 0 : 1)) in test_ticket_callbacks()

Completed in 13 milliseconds