HomeSort by relevance Sort by last modified time
    Searched defs:xtd_seq_num_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
rdbx.h 70 * An xtd_seq_num_t is a 64-bit unsigned integer used as an 'extended'
74 typedef uint64_t xtd_seq_num_t; typedef
79 * xtd_seq_num_t and a bitmask of recently received indices.
83 xtd_seq_num_t index;
120 xtd_seq_num_t *guess,
126 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
137 * adds the xtd_seq_num_t at rdbx->window_start + delta to replay_db
138 * (and does *not* check if that xtd_seq_num_t appears in db)
166 xtd_seq_num_t
170 * xtd_seq_num_t functions - these are *internal* functions of rdbx, an
    [all...]
  /external/srtp/crypto/include/
rdbx.h 35 * An xtd_seq_num_t is a 64-bit unsigned integer used as an 'extended'
39 typedef uint64_t xtd_seq_num_t; typedef
44 * xtd_seq_num_t and a bitmask of recently received indices.
48 xtd_seq_num_t index;
85 xtd_seq_num_t *guess,
91 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
102 * adds the xtd_seq_num_t at rdbx->window_start + delta to replay_db
103 * (and does *not* check if that xtd_seq_num_t appears in db)
131 xtd_seq_num_t
135 * xtd_seq_num_t functions - these are *internal* functions of rdbx, an
    [all...]

Completed in 47 milliseconds