Home
last modified time | relevance | path

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

/external/libsrtp2/srtp/
Dsrtp.c202 session_keys->rtp_xtn_hdr_cipher == in srtp_stream_dealloc()
203 template_session_keys->rtp_xtn_hdr_cipher) { in srtp_stream_dealloc()
205 } else if (session_keys->rtp_xtn_hdr_cipher) { in srtp_stream_dealloc()
206 status = srtp_cipher_dealloc(session_keys->rtp_xtn_hdr_cipher); in srtp_stream_dealloc()
423 enc_xtn_hdr_cipher_type, &session_keys->rtp_xtn_hdr_cipher, in srtp_stream_alloc()
433 session_keys->rtp_xtn_hdr_cipher = NULL; in srtp_stream_alloc()
486 session_keys->rtp_xtn_hdr_cipher = in srtp_stream_clone()
487 template_session_keys->rtp_xtn_hdr_cipher; in srtp_stream_clone()
992 if (session_keys->rtp_xtn_hdr_cipher) { in srtp_stream_init_keys()
1000 if (session_keys->rtp_xtn_hdr_cipher->type != in srtp_stream_init_keys()
[all …]
/external/libsrtp2/include/
Dsrtp_priv.h122 srtp_cipher_t *rtp_xtn_hdr_cipher; member