Home
last modified time | relevance | path

Searched refs:stream_template (Results 1 – 4 of 4) sorted by relevance

/external/libsrtp2/srtp/
Dsrtp.c153 const srtp_stream_ctx_t *stream_template) in srtp_stream_dealloc() argument
169 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() argument
469 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 …]
/external/libsrtp2/include/
Dsrtp_priv.h162 struct srtp_stream_ctx_t_ *stream_template; /* act as template for other */ member
/external/webrtc/pc/
Dsrtp_session.cc300 srtp_stream_ctx_t* srtp_context = session_->stream_template; in GetRtpAuthParams()
/external/libsrtp2/test/
Dsrtp_driver.c1443 if (srtp->stream_template != NULL) { in srtp_session_print_policy()
1444 stream = srtp->stream_template; in srtp_session_print_policy()