Searched refs:srtp_rdbx_init (Results 1 – 4 of 4) sorted by relevance
231 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()
95 srtp_err_status_t srtp_rdbx_init(srtp_rdbx_t *rdbx, unsigned long ws);
175 srtp_err_status_t srtp_rdbx_init(srtp_rdbx_t *rdbx, unsigned long ws) in srtp_rdbx_init() function
523 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()