/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
rdbx.h | 89 * rdbx_init(rdbx_ptr, ws) 96 rdbx_init(rdbx_t *rdbx, unsigned long ws);
|
/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/chromium_org/third_party/libsrtp/srtp/test/ |
rdbx_driver.c | 231 status = rdbx_init(&rdbx, ws); 270 if (rdbx_init(&rdbx, ws) != err_status_ok) { 298 if (rdbx_init(&rdbx, ws) != err_status_ok) { 337 if (rdbx_init(&rdbx, ws) != err_status_ok) {
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/replay/ |
rdbx.c | 182 * rdbx_init(&r, ws) initializes the rdbx_t pointed to by r with window size ws 186 rdbx_init(rdbx_t *rdbx, unsigned long ws) { function
|
/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/chromium_org/third_party/libsrtp/srtp/srtp/ |
srtp.c | 303 status = rdbx_init(&str->rtp_rdbx, 620 err = rdbx_init(&srtp->rtp_rdbx, p->window_size); 622 err = rdbx_init(&srtp->rtp_rdbx, 128); [all...] |
/external/srtp/srtp/ |
srtp.c | 259 status = rdbx_init(&str->rtp_rdbx, 479 err = rdbx_init(&srtp->rtp_rdbx, p->window_size); [all...] |