OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtcp_auth
(Results
1 - 7
of
7
) sorted by null
/external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch
101
- auth_dealloc(str->
rtcp_auth
);
114
+ auth_dealloc(str->
rtcp_auth
);
192
- && stream->
rtcp_auth
== session->stream_template->
rtcp_auth
) {
195
+ if (!stream_template || stream->
rtcp_auth
!= stream_template->
rtcp_auth
) {
196
status = auth_dealloc(stream->
rtcp_auth
);
237
- status = auth_dealloc(session->stream_template->
rtcp_auth
);
google-7-srtp-security-fix.patch
62
tag_len = auth_get_tag_length(stream->
rtcp_auth
);
vidyo-4-srtp-rtx.patch
118
stream->
rtcp_auth
->type->description,
138
stream->
rtcp_auth
->type->description,
vidyo-3-srtp-ws.patch
839
stream->
rtcp_auth
->type->description,
858
stream->
rtcp_auth
->type->description,
/external/srtp/srtp/
srtp.c
135
&str->
rtcp_auth
,
151
auth_dealloc(str->
rtcp_auth
);
209
if (!stream_template || stream->
rtcp_auth
!= stream_template->
rtcp_auth
) {
210
status = auth_dealloc(stream->
rtcp_auth
);
251
str->
rtcp_auth
= stream_template->
rtcp_auth
;
450
tmp_key, auth_get_key_length(srtp->
rtcp_auth
));
453
auth_get_key_length(srtp->
rtcp_auth
)));
456
stat = auth_init(srtp->
rtcp_auth
, tmp_key)
[
all
...]
/external/srtp/include/
srtp_priv.h
223
auth_t *
rtcp_auth
;
member in struct:srtp_stream_ctx_t
/external/srtp/test/
srtp_driver.c
1003
stream->
rtcp_auth
->type->description,
1029
stream->
rtcp_auth
->type->description,
[
all
...]
Completed in 293 milliseconds