Home
last modified time | relevance | path

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

/external/libsrtp2/srtp/
Dsrtp.c158 srtp_session_keys_t *template_session_keys = NULL; in srtp_stream_dealloc() local
171 template_session_keys = &stream_template->session_keys[i]; in srtp_stream_dealloc()
173 template_session_keys = NULL; in srtp_stream_dealloc()
179 if (template_session_keys && in srtp_stream_dealloc()
180 session_keys->rtp_cipher == template_session_keys->rtp_cipher) { in srtp_stream_dealloc()
192 if (template_session_keys && in srtp_stream_dealloc()
193 session_keys->rtp_auth == template_session_keys->rtp_auth) { in srtp_stream_dealloc()
201 if (template_session_keys && in srtp_stream_dealloc()
203 template_session_keys->rtp_xtn_hdr_cipher) { in srtp_stream_dealloc()
215 if (template_session_keys && in srtp_stream_dealloc()
[all …]