HomeSort by relevance Sort by last modified time
    Searched refs:rtcp_cipher (Results 1 - 6 of 6) 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/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/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 215 cipher_t *rtcp_cipher; member in struct:srtp_stream_ctx_t
  /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...]
  /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 1502 milliseconds