HomeSort by: relevance | last modified time | path
    Searched refs:dec_tick_called (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 5878 static int gen_tick_called, dec_tick_called, tick_key_cb_called; variable
5899 dec_tick_called = 1;
5983 gen_tick_called = dec_tick_called = tick_key_cb_called = 0;
6054 || !TEST_int_eq(dec_tick_called, ((tst % 2) == 0) ? 1 : 0))
6057 gen_tick_called = dec_tick_called = 0;
6088 || !TEST_int_eq(dec_tick_called, 1))
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 8660 static int gen_tick_called, dec_tick_called, tick_key_cb_called; variable
8681 dec_tick_called = 1;
8838 gen_tick_called = dec_tick_called = tick_key_cb_called = 0;
8918 || !TEST_int_eq(dec_tick_called, ((tst % 2) == 0) ? 1 : 0))
8921 gen_tick_called = dec_tick_called = 0;
8955 || !TEST_int_eq(dec_tick_called, (tst == 13 || tst == 19) ? 0 : 1))
9019 gen_tick_called = dec_tick_called = tick_key_cb_called = 0;
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 7855 static int gen_tick_called, dec_tick_called, tick_key_cb_called; variable
7876 dec_tick_called = 1;
8034 gen_tick_called = dec_tick_called = tick_key_cb_called = 0;
8114 || !TEST_int_eq(dec_tick_called, ((tst % 2) == 0) ? 1 : 0))
8117 gen_tick_called = dec_tick_called = 0;
8150 || !TEST_int_eq(dec_tick_called, (tst == 13 || tst == 19) ? 0 : 1))

Completed in 44 milliseconds