OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdbx_check
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
rdbx.h
89
*
rdbx_check
(rdbx, delta);
91
*
rdbx_check
(&r, delta) checks to see if the xtd_seq_num_t
97
rdbx_check
(const rdbx_t *rdbx, int difference);
/external/srtp/test/
rdbx_driver.c
123
printf("
rdbx_check
/replay_adds per second (ws=128): %e\n", rate);
125
printf("
rdbx_check
/replay_adds per second (ws=1024): %e\n", rate);
156
if (
rdbx_check
(rdbx, delta) != err_status_ok) {
189
status =
rdbx_check
(rdbx, delta);
203
rstat =
rdbx_check
(rdbx, idx);
332
if (
rdbx_check
(&rdbx, delta) != err_status_ok)
/external/srtp/crypto/replay/
rdbx.c
152
// will end up positive difference and
rdbx_check
would pass. Hence after
268
*
rdbx_check
(&r, delta) checks to see if the xtd_seq_num_t
273
rdbx_check
(const rdbx_t *rdbx, int delta) {
function
/external/srtp/srtp/
srtp.c
724
status =
rdbx_check
(&stream->rtp_rdbx, delta);
901
status =
rdbx_check
(&stream->rtp_rdbx, delta);
[
all
...]
Completed in 128 milliseconds