Home
last modified time | relevance | path

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

/external/srtp/test/
Drdbx_driver.c156 if (rdbx_check(rdbx, delta) != err_status_ok) { in rdbx_check_add()
189 status = rdbx_check(rdbx, delta); in rdbx_check_expect_failure()
203 rstat = rdbx_check(rdbx, idx); in rdbx_check_unordered()
332 if (rdbx_check(&rdbx, delta) != err_status_ok) in rdbx_check_adds_per_second()
/external/srtp/crypto/include/
Drdbx.h97 rdbx_check(const rdbx_t *rdbx, int difference);
/external/srtp/
Dsrtp.def58 rdbx_check
/external/srtp/crypto/replay/
Drdbx.c273 rdbx_check(const rdbx_t *rdbx, int delta) { in rdbx_check() function
/external/srtp/googlepatches/
Dvidyo-3-srtp-ws.patch562 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
565 @@ -240,11 +265,11 @@ rdbx_check(const rdbx_t *rdbx, int delta
708 - printf("rdbx_check/replay_adds per second: %e\n", rate);
710 + printf("rdbx_check/replay_adds per second (ws=128): %e\n", rate);
712 + printf("rdbx_check/replay_adds per second (ws=1024): %e\n", rate);
Dgoogle-11-srtp-replay-fix.patch27 + // will end up positive difference and rdbx_check would pass. Hence after
Dvidyo-4-srtp-rtx.patch52 status = rdbx_check(&stream->rtp_rdbx, delta);
/external/srtp/srtp/
Dsrtp.c724 status = rdbx_check(&stream->rtp_rdbx, delta); in srtp_protect()
901 status = rdbx_check(&stream->rtp_rdbx, delta); in srtp_unprotect()