Lines Matching refs:rdbx
14 ==== //depot/google3/third_party/libsrtp/crypto/replay/rdbx.c#5 - None ====
16 --- google3/third_party/libsrtp/crypto/replay/rdbx.c 2010-02-25 06:36:30.000000000 -0800
17 +++ google3/third_party/libsrtp/crypto/replay/rdbx.c 2011-05-27 17:56:49.000000000 -0700
46 status = rdbx_check_add(&rdbx, idx);
55 status = rdbx_check_expect_failure(&rdbx, idx);
65 status = rdbx_check_unordered(&rdbx, ircvd);
74 + rdbx_uninit(&rdbx);
76 + if (rdbx_init(&rdbx, ws) != err_status_ok) {
82 + status = rdbx_check_add(&rdbx, 1);
85 + status = rdbx_check_expect_failure(&rdbx, 64500);
88 + status = rdbx_check_add(&rdbx, 2);
93 rdbx_uninit(&rdbx);
101 delta = index_guess(&rdbx.index, &est, i);