Searched refs:rtcp_cipher (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c152 &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
[all...]
/external/srtp/srtp/
H A Dsrtp.c127 &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)
[all...]
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h215 cipher_t *rtcp_cipher; member in struct:srtp_stream_ctx_t
/external/srtp/include/
H A Dsrtp_priv.h222 cipher_t *rtcp_cipher; member in struct:srtp_stream_ctx_t
/external/srtp/test/
H A Dsrtp_driver.c1002 stream->rtcp_cipher->type->description,
1028 stream->rtcp_cipher->type->description,
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c1057 stream->rtcp_cipher->type->description,
1083 stream->rtcp_cipher->type->description,

Completed in 256 milliseconds