Searched refs:rtcp_auth (Results 1 – 10 of 10) sorted by relevance
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 101 - auth_dealloc(str->rtcp_auth); 114 + auth_dealloc(str->rtcp_auth); 192 - && stream->rtcp_auth == session->stream_template->rtcp_auth) { 195 + if (!stream_template || stream->rtcp_auth != stream_template->rtcp_auth) { 196 status = auth_dealloc(stream->rtcp_auth); 237 - status = auth_dealloc(session->stream_template->rtcp_auth);
|
D | vidyo-4-srtp-rtx.patch | 118 stream->rtcp_auth->type->description, 138 stream->rtcp_auth->type->description,
|
D | google-7-srtp-security-fix.patch | 62 tag_len = auth_get_tag_length(stream->rtcp_auth);
|
D | vidyo-3-srtp-ws.patch | 839 stream->rtcp_auth->type->description, 858 stream->rtcp_auth->type->description,
|
/external/srtp/srtp/ |
D | srtp.c | 135 &str->rtcp_auth, in srtp_stream_alloc() 151 auth_dealloc(str->rtcp_auth); in srtp_stream_alloc() 209 if (!stream_template || stream->rtcp_auth != stream_template->rtcp_auth) { in srtp_stream_dealloc() 210 status = auth_dealloc(stream->rtcp_auth); in srtp_stream_dealloc() 251 str->rtcp_auth = stream_template->rtcp_auth; in srtp_stream_clone() 450 tmp_key, auth_get_key_length(srtp->rtcp_auth)); in srtp_stream_init_keys() 453 auth_get_key_length(srtp->rtcp_auth))); in srtp_stream_init_keys() 456 stat = auth_init(srtp->rtcp_auth, tmp_key); in srtp_stream_init_keys() 1505 tag_len = auth_get_tag_length(stream->rtcp_auth); in srtp_protect_rtcp() 1587 prefix_len = auth_get_prefix_length(stream->rtcp_auth); in srtp_protect_rtcp() [all …]
|
/external/chromium_org/third_party/libsrtp/srtp/srtp/ |
D | srtp.c | 164 &str->rtcp_auth, in srtp_stream_alloc() 179 auth_dealloc(str->rtcp_auth); in srtp_stream_alloc() 247 && stream->rtcp_auth == session->stream_template->rtcp_auth) { in srtp_stream_dealloc() 250 status = auth_dealloc(stream->rtcp_auth); in srtp_stream_dealloc() 295 str->rtcp_auth = stream_template->rtcp_auth; in srtp_stream_clone() 575 tmp_key, auth_get_key_length(srtp->rtcp_auth)); in srtp_stream_init_keys() 584 auth_get_key_length(srtp->rtcp_auth))); in srtp_stream_init_keys() 587 stat = auth_init(srtp->rtcp_auth, tmp_key); in srtp_stream_init_keys() 1358 status = auth_dealloc(session->stream_template->rtcp_auth); in srtp_dealloc() 1708 tag_len = auth_get_tag_length(stream->rtcp_auth); in srtp_protect_rtcp() [all …]
|
/external/chromium_org/third_party/libsrtp/srtp/include/ |
D | srtp_priv.h | 216 auth_t *rtcp_auth; member
|
/external/srtp/include/ |
D | srtp_priv.h | 223 auth_t *rtcp_auth; member
|
/external/srtp/test/ |
D | srtp_driver.c | 1003 stream->rtcp_auth->type->description, in srtp_session_print_policy() 1029 stream->rtcp_auth->type->description, in srtp_session_print_policy()
|
/external/chromium_org/third_party/libsrtp/srtp/test/ |
D | srtp_driver.c | 1058 stream->rtcp_auth->type->description, in srtp_session_print_policy() 1084 stream->rtcp_auth->type->description, in srtp_session_print_policy()
|