Searched refs:rtcp_cipher (Results 1 – 6 of 6) sorted by relevance
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 71 &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);
|
D | vidyo-4-srtp-rtx.patch | 117 stream->rtcp_cipher->type->description, 137 stream->rtcp_cipher->type->description,
|
D | vidyo-3-srtp-ws.patch | 838 stream->rtcp_cipher->type->description, 857 stream->rtcp_cipher->type->description,
|
/external/srtp/srtp/ |
D | srtp.c | 127 &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/ |
D | srtp_priv.h | 222 cipher_t *rtcp_cipher; member
|
/external/srtp/test/ |
D | srtp_driver.c | 1002 stream->rtcp_cipher->type->description, in srtp_session_print_policy() 1028 stream->rtcp_cipher->type->description, in srtp_session_print_policy()
|