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

  /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 201 milliseconds