OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdbx_init
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
rdbx.h
54
*
rdbx_init
(rdbx_ptr, ws)
61
rdbx_init
(rdbx_t *rdbx, unsigned long ws);
/external/srtp/test/
rdbx_driver.c
219
status =
rdbx_init
(&rdbx, ws);
258
if (
rdbx_init
(&rdbx, ws) != err_status_ok) {
285
if (
rdbx_init
(&rdbx, ws) != err_status_ok) {
321
if (
rdbx_init
(&rdbx, ws) != err_status_ok) {
/external/srtp/crypto/replay/
rdbx.c
191
*
rdbx_init
(&r, ws) initializes the rdbx_t pointed to by r with window size ws
195
rdbx_init
(rdbx_t *rdbx, unsigned long ws) {
function
/external/srtp/srtp/
srtp.c
259
status =
rdbx_init
(&str->rtp_rdbx,
479
err =
rdbx_init
(&srtp->rtp_rdbx, p->window_size);
[
all
...]
Completed in 330 milliseconds