Searched refs:ircvd (Results 1 – 3 of 3) sorted by relevance
/external/libsrtp2/test/ |
D | replay_driver.c | 144 uint32_t idx, ircvd; in test_rdb_db() local 177 ircvd = ut_next_index(&utc); in test_rdb_db() 178 err = rdb_check_add_unordered(&rdb, ircvd); in test_rdb_db() 181 err = rdb_check_expect_failure(&rdb, ircvd); in test_rdb_db() 193 for (idx = 0, ircvd = 0; idx < num_trials; in test_rdb_db() 194 idx++, ircvd += (1 << (srtp_cipher_rand_u32_for_tests() % 10))) { in test_rdb_db() 195 err = rdb_check_add(&rdb, ircvd); in test_rdb_db() 198 err = rdb_check_expect_failure(&rdb, ircvd); in test_rdb_db()
|
D | rdbx_driver.c | 226 uint32_t idx, ircvd; in test_replay_dbx() local 285 ircvd = ut_next_index(&utc); in test_replay_dbx() 286 status = rdbx_check_add_unordered(&rdbx, ircvd); in test_replay_dbx() 289 status = rdbx_check_expect_failure(&rdbx, ircvd); in test_replay_dbx() 308 for (idx = 0, ircvd = 0; (int)idx < num_trials; in test_replay_dbx() 309 idx++, ircvd += (1 << (srtp_cipher_rand_u32_for_tests() % 12))) { in test_replay_dbx() 310 status = rdbx_check_add(&rdbx, ircvd); in test_replay_dbx() 313 status = rdbx_check_expect_failure(&rdbx, ircvd); in test_replay_dbx()
|
D | roc_driver.c | 91 uint32_t ircvd; in roc_test() local 128 ircvd = ut_next_index(&utc); in roc_test() 131 ref = ircvd; in roc_test() 137 local, est, ircvd, delta); in roc_test()
|