Searched refs:rtp_cipher (Results 1 – 6 of 6) sorted by relevance
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 33 &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 …]
|
D | vidyo-4-srtp-rtx.patch | 114 stream->rtp_cipher->type->description, 134 stream->rtp_cipher->type->description,
|
D | vidyo-3-srtp-ws.patch | 835 stream->rtp_cipher->type->description, 854 stream->rtp_cipher->type->description,
|
/external/srtp/srtp/ |
D | srtp.c | 99 &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/ |
D | srtp_priv.h | 218 cipher_t *rtp_cipher; member
|
/external/srtp/test/ |
D | srtp_driver.c | 999 stream->rtp_cipher->type->description, in srtp_session_print_policy() 1025 stream->rtp_cipher->type->description, in srtp_session_print_policy()
|