Searched defs:index_guess (Results 1 - 1 of 1) sorted by relevance

/external/srtp/crypto/replay/
H A Drdbx.c76 * index_guess(&local, &guess, seq_from_packet). This function
111 * index_guess(local, guess, s)
124 index_guess(const xtd_seq_num_t *local, function
335 * non-zero, then use the index_guess(...) function, otherwise, just
336 * set the rollover counter to zero (since the index_guess(...)
348 return index_guess(&rdbx->index, guess, s);

Completed in 221 milliseconds