Home
last modified time | relevance | path

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

/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch43 &str->rtp_auth,
59 - auth_dealloc(str->rtp_auth);
75 - auth_dealloc(str->rtp_auth);
89 - auth_dealloc(str->rtp_auth);
103 - auth_dealloc(str->rtp_auth);
120 + auth_dealloc(str->rtp_auth);
154 - && stream->rtp_auth == session->stream_template->rtp_auth) {
157 + if (!stream_template || stream->rtp_auth != stream_template->rtp_auth) {
158 status = auth_dealloc(stream->rtp_auth);
247 - status = auth_dealloc(session->stream_template->rtp_auth);
Dvidyo-4-srtp-rtx.patch115 stream->rtp_auth->type->description,
135 stream->rtp_auth->type->description,
Dvidyo-3-srtp-ws.patch836 stream->rtp_auth->type->description,
855 stream->rtp_auth->type->description,
/external/srtp/srtp/
Dsrtp.c107 &str->rtp_auth, in srtp_stream_alloc()
157 auth_dealloc(str->rtp_auth); in srtp_stream_alloc()
184 if (!stream_template || stream->rtp_auth != stream_template->rtp_auth) { in srtp_stream_dealloc()
185 status = auth_dealloc(stream->rtp_auth); in srtp_stream_dealloc()
249 str->rtp_auth = stream_template->rtp_auth; in srtp_stream_clone()
401 tmp_key, auth_get_key_length(srtp->rtp_auth)); in srtp_stream_init_keys()
404 auth_get_key_length(srtp->rtp_auth))); in srtp_stream_init_keys()
407 stat = auth_init(srtp->rtp_auth, tmp_key); in srtp_stream_init_keys()
684 tag_len = auth_get_tag_length(stream->rtp_auth); in srtp_protect()
786 prefix_len = auth_get_prefix_length(stream->rtp_auth); in srtp_protect()
[all …]
/external/srtp/include/
Dsrtp_priv.h219 auth_t *rtp_auth; member
/external/srtp/test/
Dsrtp_driver.c1000 stream->rtp_auth->type->description, in srtp_session_print_policy()
1026 stream->rtp_auth->type->description, in srtp_session_print_policy()