OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtd_seq_num_t
(Results
1 - 10
of
10
) 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
...]
key.h
48
#include "rdbx.h" /* for
xtd_seq_num_t
*/
60
key_limit_set(key_limit_t key, const
xtd_seq_num_t
s);
78
xtd_seq_num_t
num_left;
cipher.h
50
#include "rdbx.h" /* for
xtd_seq_num_t
*/
100
(void *state,
xtd_seq_num_t
idx);
120
* cipher_test_case_t is a (list of) key, salt,
xtd_seq_num_t
,
198
* an array of values of key/
xtd_seq_num_t
/plaintext/ciphertext
208
* an array of values of key/
xtd_seq_num_t
/plaintext/ciphertext
/external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
rdbx.c
68
* A
xtd_seq_num_t
is essentially a sequence number for which some of
74
* packet), the complete
xtd_seq_num_t
can be estimated by using a
75
* local
xtd_seq_num_t
as a basis. This is done using the function
78
*
xtd_seq_num_t
can be moved forward to the guess using the function
82
* A rdbx_t consists of a
xtd_seq_num_t
and a bitmask. The index is highest
90
index_init(
xtd_seq_num_t
*pi) {
99
index_advance(
xtd_seq_num_t
*pi, sequence_number_t s) {
113
* given a
xtd_seq_num_t
local (which represents the last
114
* known-to-be-good received
xtd_seq_num_t
) and a sequence number s
124
index_guess(const
xtd_seq_num_t
*local
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
key.c
50
key_limit_set(key_limit_t key, const
xtd_seq_num_t
s) {
/external/chromium_org/third_party/libsrtp/srtp/include/
ekt.h
151
xtd_seq_num_t
pkt_index);
/external/chromium_org/third_party/libsrtp/srtp/test/
rdbx_driver.c
152
xtd_seq_num_t
est;
184
xtd_seq_num_t
est;
202
xtd_seq_num_t
est;
333
xtd_seq_num_t
est;
roc_driver.c
51
*
xtd_seq_num_t
- this allows the functions to be exhaustively tested.
86
xtd_seq_num_t
local, est, ref;
147
/* now update local
xtd_seq_num_t
as necessary */
/external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c
206
xtd_seq_num_t
pkt_index) {
srtp.c
745
xtd_seq_num_t
est; /* estimated
xtd_seq_num_t
of *hdr */
990
xtd_seq_num_t
est; /* estimated
xtd_seq_num_t
of *hdr */
1026
est = (
xtd_seq_num_t
) make64(0,ntohs(hdr->seq));
1029
est = (
xtd_seq_num_t
) ntohs(hdr->seq);
[
all
...]
Completed in 254 milliseconds