Home
last modified time | relevance | path

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

/external/libsrtp2/srtp/
Dsrtp.c216 session_keys->rtcp_cipher == in srtp_stream_dealloc()
217 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
219 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
220 status = srtp_cipher_dealloc(session_keys->rtcp_cipher); in srtp_stream_dealloc()
351 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
488 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
909 rtcp_keylen = srtp_cipher_get_key_length(session_keys->rtcp_cipher); in srtp_stream_init_keys()
1139 base_key_length(session_keys->rtcp_cipher->type, rtcp_keylen); in srtp_stream_init_keys()
1180 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3568 status = srtp_cipher_set_iv(session_keys->rtcp_cipher, (uint8_t *)&iv, in srtp_protect_rtcp_aead()
[all …]
/external/libsrtp2/include/
Dsrtp_priv.h124 srtp_cipher_t *rtcp_cipher; member
/external/libsrtp2/test/
Dsrtp_driver.c1459 session_keys->rtcp_cipher->type->description, in srtp_session_print_policy()
1500 session_keys->rtcp_cipher->type->description, in srtp_session_print_policy()