Home
last modified time | relevance | path

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

/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch71 &str->rtcp_cipher,
88 - cipher_dealloc(str->rtcp_cipher);
102 - cipher_dealloc(str->rtcp_cipher);
116 + cipher_dealloc(str->rtcp_cipher);
180 - && stream->rtcp_cipher == session->stream_template->rtcp_cipher) {
183 + if (!stream_template || stream->rtcp_cipher != stream_template->rtcp_cipher) {
184 status = cipher_dealloc(stream->rtcp_cipher);
240 - status = cipher_dealloc(session->stream_template->rtcp_cipher);
Dvidyo-4-srtp-rtx.patch117 stream->rtcp_cipher->type->description,
137 stream->rtcp_cipher->type->description,
Dvidyo-3-srtp-ws.patch838 stream->rtcp_cipher->type->description,
857 stream->rtcp_cipher->type->description,
/external/srtp/srtp/
Dsrtp.c127 &str->rtcp_cipher, in srtp_stream_alloc()
153 cipher_dealloc(str->rtcp_cipher); in srtp_stream_alloc()
199 if (!stream_template || stream->rtcp_cipher != stream_template->rtcp_cipher) { in srtp_stream_dealloc()
200 status = cipher_dealloc(stream->rtcp_cipher); in srtp_stream_dealloc()
250 str->rtcp_cipher = stream_template->rtcp_cipher; in srtp_stream_clone()
420 tmp_key, cipher_get_key_length(srtp->rtcp_cipher)); in srtp_stream_init_keys()
425 if (srtp->rtcp_cipher->type == &aes_icm) { in srtp_stream_init_keys()
428 int salt_len = cipher_get_key_length(srtp->rtcp_cipher) - base_key_len; in srtp_stream_init_keys()
438 cipher_get_key_length(srtp->rtcp_cipher))); in srtp_stream_init_keys()
441 stat = cipher_init(srtp->rtcp_cipher, tmp_key, direction_any); in srtp_stream_init_keys()
[all …]
/external/srtp/include/
Dsrtp_priv.h222 cipher_t *rtcp_cipher; member
/external/srtp/test/
Dsrtp_driver.c1002 stream->rtcp_cipher->type->description, in srtp_session_print_policy()
1028 stream->rtcp_cipher->type->description, in srtp_session_print_policy()