Home
last modified time | relevance | path

Searched refs:rtp_cipher (Results 1 – 6 of 6) sorted by relevance

/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch33 &str->rtp_cipher,
49 - cipher_dealloc(str->rtp_cipher);
60 - cipher_dealloc(str->rtp_cipher);
76 - cipher_dealloc(str->rtp_cipher);
90 - cipher_dealloc(str->rtp_cipher);
104 - cipher_dealloc(str->rtp_cipher);
122 + cipher_dealloc(str->rtp_cipher);
143 - && stream->rtp_cipher == session->stream_template->rtp_cipher) {
146 + if (!stream_template || stream->rtp_cipher != stream_template->rtp_cipher) {
147 status = cipher_dealloc(stream->rtp_cipher);
[all …]
Dvidyo-4-srtp-rtx.patch114 stream->rtp_cipher->type->description,
134 stream->rtp_cipher->type->description,
Dvidyo-3-srtp-ws.patch835 stream->rtp_cipher->type->description,
854 stream->rtp_cipher->type->description,
/external/srtp/srtp/
Dsrtp.c99 &str->rtp_cipher, in srtp_stream_alloc()
159 cipher_dealloc(str->rtp_cipher); in srtp_stream_alloc()
177 if (!stream_template || stream->rtp_cipher != stream_template->rtp_cipher) { in srtp_stream_dealloc()
178 status = cipher_dealloc(stream->rtp_cipher); in srtp_stream_dealloc()
248 str->rtp_cipher = stream_template->rtp_cipher; in srtp_stream_clone()
371 tmp_key, cipher_get_key_length(srtp->rtp_cipher)); in srtp_stream_init_keys()
376 if (srtp->rtp_cipher->type == &aes_icm) { in srtp_stream_init_keys()
379 int salt_len = cipher_get_key_length(srtp->rtp_cipher) - base_key_len; in srtp_stream_init_keys()
389 cipher_get_key_length(srtp->rtp_cipher))); in srtp_stream_init_keys()
392 stat = cipher_init(srtp->rtp_cipher, tmp_key, direction_any); in srtp_stream_init_keys()
[all …]
/external/srtp/include/
Dsrtp_priv.h218 cipher_t *rtp_cipher; member
/external/srtp/test/
Dsrtp_driver.c999 stream->rtp_cipher->type->description, in srtp_session_print_policy()
1025 stream->rtp_cipher->type->description, in srtp_session_print_policy()