Searched refs:rtp_auth (Results 1 – 10 of 10) sorted by relevance
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 43 &str->rtp_auth, 59 - auth_dealloc(str->rtp_auth); 75 - auth_dealloc(str->rtp_auth); 89 - auth_dealloc(str->rtp_auth); 103 - auth_dealloc(str->rtp_auth); 120 + auth_dealloc(str->rtp_auth); 154 - && stream->rtp_auth == session->stream_template->rtp_auth) { 157 + if (!stream_template || stream->rtp_auth != stream_template->rtp_auth) { 158 status = auth_dealloc(stream->rtp_auth); 247 - status = auth_dealloc(session->stream_template->rtp_auth);
|
D | vidyo-4-srtp-rtx.patch | 115 stream->rtp_auth->type->description, 135 stream->rtp_auth->type->description,
|
D | vidyo-3-srtp-ws.patch | 836 stream->rtp_auth->type->description, 855 stream->rtp_auth->type->description,
|
/external/chromium_org/third_party/libsrtp/srtp/srtp/ |
D | srtp.c | 129 &str->rtp_auth, in srtp_stream_alloc() 141 auth_dealloc(str->rtp_auth); in srtp_stream_alloc() 155 auth_dealloc(str->rtp_auth); in srtp_stream_alloc() 169 auth_dealloc(str->rtp_auth); in srtp_stream_alloc() 181 auth_dealloc(str->rtp_auth); in srtp_stream_alloc() 213 && stream->rtp_auth == session->stream_template->rtp_auth) { in srtp_stream_dealloc() 216 status = auth_dealloc(stream->rtp_auth); in srtp_stream_dealloc() 293 str->rtp_auth = stream_template->rtp_auth; in srtp_stream_clone() 507 tmp_key, auth_get_key_length(srtp->rtp_auth)); in srtp_stream_init_keys() 515 auth_get_key_length(srtp->rtp_auth))); in srtp_stream_init_keys() [all …]
|
/external/srtp/srtp/ |
D | srtp.c | 107 &str->rtp_auth, in srtp_stream_alloc() 157 auth_dealloc(str->rtp_auth); in srtp_stream_alloc() 184 if (!stream_template || stream->rtp_auth != stream_template->rtp_auth) { in srtp_stream_dealloc() 185 status = auth_dealloc(stream->rtp_auth); in srtp_stream_dealloc() 249 str->rtp_auth = stream_template->rtp_auth; in srtp_stream_clone() 401 tmp_key, auth_get_key_length(srtp->rtp_auth)); in srtp_stream_init_keys() 404 auth_get_key_length(srtp->rtp_auth))); in srtp_stream_init_keys() 407 stat = auth_init(srtp->rtp_auth, tmp_key); in srtp_stream_init_keys() 684 tag_len = auth_get_tag_length(stream->rtp_auth); in srtp_protect() 786 prefix_len = auth_get_prefix_length(stream->rtp_auth); in srtp_protect() [all …]
|
/external/chromium_org/third_party/libsrtp/srtp/include/ |
D | srtp_priv.h | 212 auth_t *rtp_auth; member
|
/external/srtp/include/ |
D | srtp_priv.h | 219 auth_t *rtp_auth; member
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | srtpfilter.cc | 598 if (srtp_context && srtp_context->rtp_auth) { in GetRtpAuthParams() 600 srtp_context->rtp_auth->state); in GetRtpAuthParams()
|
/external/srtp/test/ |
D | srtp_driver.c | 1000 stream->rtp_auth->type->description, in srtp_session_print_policy() 1026 stream->rtp_auth->type->description, in srtp_session_print_policy()
|
/external/chromium_org/third_party/libsrtp/srtp/test/ |
D | srtp_driver.c | 1055 stream->rtp_auth->type->description, in srtp_session_print_policy() 1081 stream->rtp_auth->type->description, in srtp_session_print_policy()
|