Searched refs:rdbx_init (Results 1 – 7 of 7) sorted by relevance
/external/srtp/test/ |
D | rdbx_driver.c | 219 status = rdbx_init(&rdbx, ws); in test_replay_dbx() 258 if (rdbx_init(&rdbx, ws) != err_status_ok) { in test_replay_dbx() 285 if (rdbx_init(&rdbx, ws) != err_status_ok) { in test_replay_dbx() 321 if (rdbx_init(&rdbx, ws) != err_status_ok) { in rdbx_check_adds_per_second()
|
/external/srtp/googlepatches/ |
D | vidyo-3-srtp-ws.patch | 145 - * rdbx_init(rdbx_ptr) 146 + * rdbx_init(rdbx_ptr, ws) 155 -rdbx_init(rdbx_t *rdbx); 156 +rdbx_init(rdbx_t *rdbx, unsigned long ws); 506 - * rdbx_init(&r) initalizes the rdbx_t pointed to by r 507 + * rdbx_init(&r, ws) initializes the rdbx_t pointed to by r with window size ws 511 -rdbx_init(rdbx_t *rdbx) { 513 +rdbx_init(rdbx_t *rdbx, unsigned long ws) { 538 @@ -202,7 +216,7 @@ rdbx_init(rdbx_t *rdbx) { 614 - rdbx_init(&str->rtp_rdbx); [all …]
|
D | google-11-srtp-replay-fix.patch | 76 + if (rdbx_init(&rdbx, ws) != err_status_ok) {
|
/external/srtp/crypto/include/ |
D | rdbx.h | 61 rdbx_init(rdbx_t *rdbx, unsigned long ws);
|
/external/srtp/ |
D | srtp.def | 56 rdbx_init
|
/external/srtp/crypto/replay/ |
D | rdbx.c | 195 rdbx_init(rdbx_t *rdbx, unsigned long ws) { in rdbx_init() function
|
/external/srtp/srtp/ |
D | srtp.c | 259 status = rdbx_init(&str->rtp_rdbx, in srtp_stream_clone() 479 err = rdbx_init(&srtp->rtp_rdbx, p->window_size); in srtp_stream_init()
|