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

/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/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,

Completed in 68 milliseconds