Searched refs:xtd_seq_num_t (Results 1 – 12 of 12) sorted by relevance
/external/srtp/crypto/include/ |
D | rdbx.h | 39 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,
|
D | key.h | 60 key_limit_set(key_limit_t key, const xtd_seq_num_t s); 78 xtd_seq_num_t num_left;
|
D | cipher.h | 98 (void *state, xtd_seq_num_t idx);
|
/external/srtp/crypto/replay/ |
D | rdbx.c | 90 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/ |
D | rdbx_driver.c | 152 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()
|
D | roc_driver.c | 86 xtd_seq_num_t local, est, ref; in roc_test()
|
/external/srtp/include/ |
D | ekt.h | 151 xtd_seq_num_t pkt_index);
|
/external/srtp/crypto/kernel/ |
D | key.c | 50 key_limit_set(key_limit_t key, const xtd_seq_num_t s) { in key_limit_set()
|
/external/srtp/srtp/ |
D | ekt.c | 203 xtd_seq_num_t pkt_index) { in ekt_write_data()
|
D | srtp.c | 602 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/ |
D | vidyo-3-srtp-ws.patch | 135 @@ -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/ |
D | Changes | 27 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).
|