Home
last modified time | relevance | path

Searched refs:srtp_rdbx_init (Results 1 – 4 of 4) sorted by relevance

/external/libsrtp2/test/
Drdbx_driver.c231 status = srtp_rdbx_init(&rdbx, ws); in test_replay_dbx()
270 if (srtp_rdbx_init(&rdbx, ws) != srtp_err_status_ok) { in test_replay_dbx()
298 if (srtp_rdbx_init(&rdbx, ws) != srtp_err_status_ok) { in test_replay_dbx()
335 if (srtp_rdbx_init(&rdbx, ws) != srtp_err_status_ok) { in rdbx_check_adds_per_second()
/external/libsrtp2/crypto/include/
Drdbx.h95 srtp_err_status_t srtp_rdbx_init(srtp_rdbx_t *rdbx, unsigned long ws);
/external/libsrtp2/crypto/replay/
Drdbx.c175 srtp_err_status_t srtp_rdbx_init(srtp_rdbx_t *rdbx, unsigned long ws) in srtp_rdbx_init() function
/external/libsrtp2/srtp/
Dsrtp.c523 status = srtp_rdbx_init( in srtp_stream_clone()
1238 err = srtp_rdbx_init(&srtp->rtp_rdbx, p->window_size); in srtp_stream_init()
1240 err = srtp_rdbx_init(&srtp->rtp_rdbx, 128); in srtp_stream_init()