Searched refs:rtp_auth (Results 1 – 6 of 6) 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/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/srtp/include/ |
D | srtp_priv.h | 219 auth_t *rtp_auth; member
|
/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()
|