Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Dreplay_driver.c148 if (srtp_rdb_init(&rdb) != srtp_err_status_ok) { in test_rdb_db()
168 if (srtp_rdb_init(&rdb) != srtp_err_status_ok) { in test_rdb_db()
187 if (srtp_rdb_init(&rdb) != srtp_err_status_ok) { in test_rdb_db()
204 if (srtp_rdb_init(&rdb) != srtp_err_status_ok) { in test_rdb_db()
224 if (srtp_rdb_init(&rdb) != srtp_err_status_ok) { in test_rdb_db()
262 if (srtp_rdb_init(&rdb) != srtp_err_status_ok) { in rdb_check_adds_per_second()
/external/libsrtp2/crypto/include/
Drdb.h76 srtp_err_status_t srtp_rdb_init(srtp_rdb_t *rdb);
/external/libsrtp2/crypto/replay/
Drdb.c62 srtp_err_status_t srtp_rdb_init(srtp_rdb_t *rdb) in srtp_rdb_init() function
/external/libsrtp2/srtp/
Dsrtp.c530 srtp_rdb_init(&str->rtcp_rdb); in srtp_stream_clone()
1262 srtp_rdb_init(&srtp->rtcp_rdb); in srtp_stream_init()