Home
last modified time | relevance | path

Searched refs:xtd_seq_num_t (Results 1 – 12 of 12) sorted by relevance

/external/srtp/crypto/include/
Drdbx.h39 typedef uint64_t xtd_seq_num_t; typedef
48 xtd_seq_num_t index;
85 xtd_seq_num_t *guess,
131 xtd_seq_num_t
153 index_init(xtd_seq_num_t *pi);
158 index_advance(xtd_seq_num_t *pi, sequence_number_t s);
172 index_guess(const xtd_seq_num_t *local,
173 xtd_seq_num_t *guess,
Dkey.h60 key_limit_set(key_limit_t key, const xtd_seq_num_t s);
78 xtd_seq_num_t num_left;
Dcipher.h98 (void *state, xtd_seq_num_t idx);
/external/srtp/crypto/replay/
Drdbx.c90 index_init(xtd_seq_num_t *pi) { in index_init()
99 index_advance(xtd_seq_num_t *pi, sequence_number_t s) { in index_advance()
124 index_guess(const xtd_seq_num_t *local, in index_guess()
125 xtd_seq_num_t *guess, in index_guess()
251 xtd_seq_num_t
330 xtd_seq_num_t *guess, in rdbx_estimate_index()
/external/srtp/test/
Drdbx_driver.c152 xtd_seq_num_t est; in rdbx_check_add()
184 xtd_seq_num_t est; in rdbx_check_expect_failure()
317 xtd_seq_num_t est; in rdbx_check_adds_per_second()
Droc_driver.c86 xtd_seq_num_t local, est, ref; in roc_test()
/external/srtp/include/
Dekt.h151 xtd_seq_num_t pkt_index);
/external/srtp/crypto/kernel/
Dkey.c50 key_limit_set(key_limit_t key, const xtd_seq_num_t s) { in key_limit_set()
/external/srtp/srtp/
Dekt.c203 xtd_seq_num_t pkt_index) { in ekt_write_data()
Dsrtp.c602 xtd_seq_num_t est; /* estimated xtd_seq_num_t of *hdr */ in srtp_protect()
846 xtd_seq_num_t est; /* estimated xtd_seq_num_t of *hdr */ in srtp_unprotect()
881 est = (xtd_seq_num_t) make64(0,ntohs(hdr->seq)); in srtp_unprotect()
884 est = (xtd_seq_num_t) ntohs(hdr->seq); in srtp_unprotect()
/external/srtp/googlepatches/
Dvidyo-3-srtp-ws.patch135 @@ -46,19 +46,29 @@ typedef uint64_t xtd_seq_num_t;
138 xtd_seq_num_t index;
502 @@ -180,17 +179,32 @@ index_guess(const xtd_seq_num_t *local,
562 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
/external/srtp/
DChanges27 Change interface to nonces (xtd_seq_num_t) so that it uses
208 changed index_t to xtd_seq_num_t (see include/rdbx.h).