Home
last modified time | relevance | path

Searched refs:auth_dealloc (Results 1 – 5 of 5) sorted by relevance

/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch59 - auth_dealloc(str->rtp_auth);
75 - auth_dealloc(str->rtp_auth);
89 - auth_dealloc(str->rtp_auth);
101 - auth_dealloc(str->rtcp_auth);
103 - auth_dealloc(str->rtp_auth);
114 + auth_dealloc(str->rtcp_auth);
120 + auth_dealloc(str->rtp_auth);
158 status = auth_dealloc(stream->rtp_auth);
196 status = auth_dealloc(stream->rtcp_auth);
237 - status = auth_dealloc(session->stream_template->rtcp_auth);
[all …]
/external/srtp/crypto/hash/
Dauth.c119 auth_dealloc(a); in auth_type_self_test()
128 auth_dealloc(a); in auth_type_self_test()
153 auth_dealloc(a); in auth_type_self_test()
158 status = auth_dealloc(a); in auth_type_self_test()
/external/srtp/crypto/include/
Dauth.h88 #define auth_dealloc(c) (((c)->type)->dealloc(c)) macro
/external/srtp/crypto/test/
Dauth_driver.c151 status = auth_dealloc(a); in main()
/external/srtp/srtp/
Dsrtp.c151 auth_dealloc(str->rtcp_auth); in srtp_stream_alloc()
157 auth_dealloc(str->rtp_auth); in srtp_stream_alloc()
185 status = auth_dealloc(stream->rtp_auth); in srtp_stream_dealloc()
210 status = auth_dealloc(stream->rtcp_auth); in srtp_stream_dealloc()