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

  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 152 &str->rtcp_cipher,
168 cipher_dealloc(str->rtcp_cipher);
180 cipher_dealloc(str->rtcp_cipher);
234 && stream->rtcp_cipher == session->stream_template->rtcp_cipher) {
237 status = cipher_dealloc(stream->rtcp_cipher);
294 str->rtcp_cipher = stream_template->rtcp_cipher;
452 rtcp_keylen = cipher_get_key_length(srtp->rtcp_cipher);
529 rtcp_base_key_len = base_key_length(srtp->rtcp_cipher->type, rtcp_keylen)
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 215 cipher_t *rtcp_cipher; member in struct:srtp_stream_ctx_t
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 1057 stream->rtcp_cipher->type->description,
1083 stream->rtcp_cipher->type->description,
    [all...]

Completed in 33 milliseconds