Home | History | Annotate | Download | only in googlepatches

Lines Matching full:srtp

5 @@ -189,6 +189,13 @@ srtp_stream_init(srtp_stream_t srtp,
19 diff --git a/google3/third_party/libsrtp/srtp/srtp.c b/google3/third_party/libsrtp/srtp/srtp.c
21 --- a/google3/third_party/libsrtp/srtp/srtp.c
22 +++ b/google3/third_party/libsrtp/srtp/srtp.c
204 /* deallocate srtp stream context */
207 @@ -549,7 +530,12 @@ srtp_stream_init(srtp_stream_ctx_t *srtp,
215 +srtp_stream_uninit(srtp_stream_ctx_t *srtp) {
216 + return rdbx_uninit(&srtp->rtp_rdbx);