HomeSort by relevance Sort by last modified time
    Searched refs:rdbx_t (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
rdbx.h 43 * An rdbx_t is a replay database with extended range; it uses an
50 } rdbx_t; typedef in typeref:struct:__anon28392
61 rdbx_init(rdbx_t *rdbx, unsigned long ws);
71 rdbx_uninit(rdbx_t *rdbx);
84 rdbx_estimate_index(const rdbx_t *rdbx,
97 rdbx_check(const rdbx_t *rdbx, int difference);
111 rdbx_add_index(rdbx_t *rdbx, int delta);
115 * rdbx_set_roc(rdbx, roc) initalizes the rdbx_t at the location rdbx
123 rdbx_set_roc(rdbx_t *rdbx, uint32_t roc);
127 * the rdbx_t pointed to by rdb
    [all...]
  /external/srtp/crypto/replay/
rdbx.c 82 * A rdbx_t consists of a xtd_seq_num_t and a bitmask. The index is highest
191 * rdbx_init(&r, ws) initializes the rdbx_t pointed to by r with window size ws
195 rdbx_init(rdbx_t *rdbx, unsigned long ws) {
208 * rdbx_uninit(&r) uninitializes the rdbx_t pointed to by r
212 rdbx_uninit(rdbx_t *rdbx) {
219 * rdbx_set_roc(rdbx, roc) initalizes the rdbx_t at the location rdbx
227 rdbx_set_roc(rdbx_t *rdbx, uint32_t roc) {
247 * for the rdbx_t pointed to by rdbx
252 rdbx_get_packet_index(const rdbx_t *rdbx) {
258 * for the rdbx_t pointed to by rdb
    [all...]
  /external/srtp/test/
rdbx_driver.c 52 #error "rdbx_t won't work with ROC_TEST - bitmask same size as seq_median"
102 printf("testing rdbx_t (ws=128)...\n");
111 printf("testing rdbx_t (ws=1024)...\n");
132 print_rdbx(rdbx_t *rdbx) {
150 rdbx_check_add(rdbx_t *rdbx, uint32_t idx) {
175 * rdbx_check_expect_failure(rdbx_t *rdbx, uint32_t idx)
182 rdbx_check_expect_failure(rdbx_t *rdbx, uint32_t idx) {
200 rdbx_check_unordered(rdbx_t *rdbx, uint32_t idx) {
213 rdbx_t rdbx;
316 rdbx_t rdbx
    [all...]
  /external/srtp/include/
srtp_priv.h 220 rdbx_t rtp_rdbx;

Completed in 85 milliseconds