HomeSort by relevance Sort by last modified time
    Searched full:rtcp_cipher (Results 1 - 6 of 6) sorted by null

  /external/srtp/googlepatches/
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);
    [all...]
vidyo-4-srtp-rtx.patch 117 stream->rtcp_cipher->type->description,
137 stream->rtcp_cipher->type->description,
vidyo-3-srtp-ws.patch 838 stream->rtcp_cipher->type->description,
857 stream->rtcp_cipher->type->description,
  /external/srtp/srtp/
srtp.c 127 &str->rtcp_cipher,
153 cipher_dealloc(str->rtcp_cipher);
199 if (!stream_template || stream->rtcp_cipher != stream_template->rtcp_cipher) {
200 status = cipher_dealloc(stream->rtcp_cipher);
250 str->rtcp_cipher = stream_template->rtcp_cipher;
420 tmp_key, cipher_get_key_length(srtp->rtcp_cipher));
425 if (srtp->rtcp_cipher->type == &aes_icm) {
428 int salt_len = cipher_get_key_length(srtp->rtcp_cipher) - base_key_len
    [all...]
  /external/srtp/include/
srtp_priv.h 222 cipher_t *rtcp_cipher; member in struct:srtp_stream_ctx_t
  /external/srtp/test/
srtp_driver.c 1002 stream->rtcp_cipher->type->description,
1028 stream->rtcp_cipher->type->description,
    [all...]

Completed in 977 milliseconds