OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdbx_set_roc
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
rdbx.h
115
*
rdbx_set_roc
(rdbx, roc) initalizes the rdbx_t at the location rdbx
123
rdbx_set_roc
(rdbx_t *rdbx, uint32_t roc);
/external/srtp/crypto/replay/
rdbx.c
219
*
rdbx_set_roc
(rdbx, roc) initalizes the rdbx_t at the location rdbx
227
rdbx_set_roc
(rdbx_t *rdbx, uint32_t roc) {
function
/external/srtp/srtp/
ekt.c
189
err =
rdbx_set_roc
(&stream->rtp_rdbx, roc);
Completed in 88 milliseconds