Searched refs:stream_template (Results 1 – 4 of 4) sorted by relevance
153 const srtp_stream_ctx_t *stream_template) in srtp_stream_dealloc() argument169 if (stream_template && in srtp_stream_dealloc()170 stream->num_master_keys == stream_template->num_master_keys) { in srtp_stream_dealloc()171 template_session_keys = &stream_template->session_keys[i]; in srtp_stream_dealloc()271 if (stream_template && in srtp_stream_dealloc()272 stream->enc_xtn_hdr == stream_template->enc_xtn_hdr) { in srtp_stream_dealloc()451 srtp_err_status_t srtp_stream_clone(const srtp_stream_ctx_t *stream_template, in srtp_stream_clone() argument469 str->num_master_keys = stream_template->num_master_keys; in srtp_stream_clone()474 srtp_stream_dealloc(*str_ptr, stream_template); in srtp_stream_clone()479 for (i = 0; i < stream_template->num_master_keys; i++) { in srtp_stream_clone()[all …]
162 struct srtp_stream_ctx_t_ *stream_template; /* act as template for other */ member
300 srtp_stream_ctx_t* srtp_context = session_->stream_template; in GetRtpAuthParams()
1443 if (srtp->stream_template != NULL) { in srtp_session_print_policy()1444 stream = srtp->stream_template; in srtp_session_print_policy()