Searched refs:rtcp_auth (Results 1 – 3 of 3) sorted by relevance
230 session_keys->rtcp_auth == template_session_keys->rtcp_auth) { in srtp_stream_dealloc()232 } else if (session_keys->rtcp_auth) { in srtp_stream_dealloc()233 status = srtp_auth_dealloc(session_keys->rtcp_auth); in srtp_stream_dealloc()360 p->rtcp.auth_type, &session_keys->rtcp_auth, p->rtcp.auth_key_len, in srtp_stream_alloc()489 session_keys->rtcp_auth = template_session_keys->rtcp_auth; in srtp_stream_clone()1189 srtp_auth_get_key_length(session_keys->rtcp_auth)); in srtp_stream_init_keys()1199 tmp_key, srtp_auth_get_key_length(session_keys->rtcp_auth))); in srtp_stream_init_keys()1202 stat = srtp_auth_init(session_keys->rtcp_auth, tmp_key); in srtp_stream_init_keys()3512 tag_len = srtp_auth_get_tag_length(session_keys->rtcp_auth); in srtp_protect_rtcp_aead()3684 tag_len = srtp_auth_get_tag_length(session_keys->rtcp_auth); in srtp_unprotect_rtcp_aead()[all …]
125 srtp_auth_t *rtcp_auth; member
1460 session_keys->rtcp_auth->type->description, in srtp_session_print_policy()1501 session_keys->rtcp_auth->type->description, in srtp_session_print_policy()