Home
last modified time | relevance | path

Searched refs:srtp (Results 1 – 25 of 25) sorted by relevance

/external/srtp/googlepatches/
Dvidyo-2-srtp-lin.patch1 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-win/Makefile.in srtp/Makefile.in
2 --- srtp-win/Makefile.in 2007-06-15 14:17:39.000000000 -0400
3 +++ srtp/Makefile.in 2009-04-22 18:25:43.000000000 -0400
17 - @if [ -d $(DESTDIR)$(includedir)/srtp ]; then \
18 + @if [ -r $(DESTDIR)$(includedir)/srtp/srtp.h ]; then \
21 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
23 - cp include/*.h $(DESTDIR)$(includedir)/srtp
24 - cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp
25 + cp $(srcdir)/include/*.h $(DESTDIR)$(includedir)/srtp
26 + cp $(srcdir)/crypto/include/*.h $(DESTDIR)$(includedir)/srtp
[all …]
Dvidyo-1-srtp-win.patch1 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-pristine/config.hw srtp/config.hw
2 --- srtp-pristine/config.hw 2007-05-23 13:40:21.000000000 -0400
3 +++ srtp/config.hw 2009-04-22 17:58:01.000000000 -0400
13 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-pristine/crypto/cipher/aes_icm.c srtp/crypto/ciph…
14 --- srtp-pristine/crypto/cipher/aes_icm.c 2006-07-18 15:45:46.000000000 -0400
15 +++ srtp/crypto/cipher/aes_icm.c 2009-04-22 17:58:01.000000000 -0400
25 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-pristine/install-win.bat srtp/install-win.bat
26 --- srtp-pristine/install-win.bat 1969-12-31 19:00:00.000000000 -0500
27 +++ srtp/install-win.bat 2009-04-22 17:58:01.000000000 -0400
29 +:: Installs from srtp windows build directory to directory specified on
[all …]
Dvidyo-4-srtp-rtx.patch1 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-ws/include/srtp.h srtp/include/srtp.h
2 --- srtp-ws/include/srtp.h 2009-04-22 19:06:22.000000000 -0400
3 +++ srtp/include/srtp.h 2009-04-23 15:17:49.000000000 -0400
17 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-ws/include/srtp_priv.h srtp/include/srtp_priv.h
18 --- srtp-ws/include/srtp_priv.h 2007-06-15 14:17:40.000000000 -0400
19 +++ srtp/include/srtp_priv.h 2009-04-22 19:27:10.000000000 -0400
28 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-ws/srtp/srtp.c srtp/srtp/srtp.c
29 --- srtp-ws/srtp/srtp.c 2009-04-22 19:18:43.000000000 -0400
30 +++ srtp/srtp/srtp.c 2009-04-22 19:30:23.000000000 -0400
39 @@ -525,6 +526,9 @@ srtp_stream_init(srtp_stream_ctx_t *srtp
[all …]
Dvidyo-3-srtp-ws.patch1 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/include/crypto_math.h srtp/crypto/incl…
2 --- srtp-lin/crypto/include/crypto_math.h 2006-06-08 13:00:27.000000000 -0400
3 +++ srtp/crypto/include/crypto_math.h 2009-04-22 19:03:15.000000000 -0400
45 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/include/datatypes.h srtp/crypto/includ…
46 --- srtp-lin/crypto/include/datatypes.h 2006-07-12 18:41:57.000000000 -0400
47 +++ srtp/crypto/include/datatypes.h 2009-04-22 19:20:01.000000000 -0400
132 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/include/rdbx.h srtp/crypto/include/rdb…
133 --- srtp-lin/crypto/include/rdbx.h 2007-06-15 14:17:40.000000000 -0400
134 +++ srtp/crypto/include/rdbx.h 2009-04-22 19:03:15.000000000 -0400
186 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/math/datatypes.c srtp/crypto/math/data…
[all …]
Dgoogle-7-srtp-security-fix.patch13 diff --git a/google3/third_party/libsrtp/include/srtp.h b/google3/third_party/libsrtp/include/srtp.h
15 --- a/google3/third_party/libsrtp/include/srtp.h
16 +++ b/google3/third_party/libsrtp/include/srtp.h
39 diff --git a/google3/third_party/libsrtp/srtp/srtp.c b/google3/third_party/libsrtp/srtp/srtp.c
41 --- a/google3/third_party/libsrtp/srtp/srtp.c
42 +++ b/google3/third_party/libsrtp/srtp/srtp.c
Dgoogle-9-rdbx-leak-plug.patch5 @@ -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);
Dgoogle-10-srtp-ios-fixes.pack17 ... //depot/google3/third_party/libsrtp/srtp/ekt.c#3 edit
69 …/depot/google3/third_party/libsrtp/srtp/ekt.c#3 - /Users/seh/dev/source/gcomm_android/google3/thir…
71 --- google3/third_party/libsrtp/srtp/ekt.c 2011-02-18 16:57:41.000000000 -0800
72 +++ google3/third_party/libsrtp/srtp/ekt.c 2011-02-18 16:51:58.000000000 -0800
Dgoogle-5-buffer-overflow.patch23 /* force last two octets of the offset to zero (for srtp compatibility) */
/external/srtp/
DMakefile.in102 srtpobj = srtp/srtp.o srtp/ekt.o
192 @if [ -r $(DESTDIR)$(includedir)/srtp/srtp.h ]; then \
195 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
197 cp $(srcdir)/include/*.h $(DESTDIR)$(includedir)/srtp
198 cp $(srcdir)/crypto/include/*.h $(DESTDIR)$(includedir)/srtp
199 if [ "$(srcdir)" != "." ]; then cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp; fi
203 rm -f $(DESTDIR)$(includedir)/srtp/*.h
205 -rmdir $(DESTDIR)$(includedir)/srtp
225 distname = srtp-$(shell cat VERSION)
232 cd ..; tar cvzf $(distname).tgz srtp
DMakefile100 srtpobj = srtp/srtp.o
180 @if [ -d $(DESTDIR)$(includedir)/srtp ]; then \
183 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
185 cp include/*.h $(DESTDIR)$(includedir)/srtp
186 cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp
190 rm -rf $(DESTDIR)$(includedir)/srtp
211 distname = srtp-$(shell cat VERSION)
218 cd ..; tar cvzf $(distname).tgz srtp
DREADME.version1 URL: http://sourceforge.net/projects/srtp/files/srtp/1.4.4/srtp-1.4.4.tgz/download
DAndroid.mk7 srtp/srtp.c \
8 srtp/ekt.c \
DChanges77 test/srtp-driver, test/kernel-driver, and test/ust-driver.
105 rtp_sendto() in srtp/rtp.c.
139 code in srtp/srtp.c. This fixes the compilation failure that
151 srtp packet.
154 srtp-driver.c. This is just defensive coding.
171 pairs to be installed into the same srtp session, so that libsrtp
172 works with multiple srtp senders. For now, this functionality is
183 Changed bit field variables in srtp.h to unsigned char from
DREADME11 documented in include/srtp.h, and the library is in libsrtp.a (after
55 srtp/ secure real-time transport protocol implementation
62 Several test drivers and a simple and portable srtp application
68 srtp_driver srtp in-memory tests (does not use the network)
77 Manual srtp keying uses the -k option; automated key management
94 -k <key> use srtp master key <key>, where the
Dconfigure.in2 AC_INIT(srtp) package
188 GDOI_OBJS=gdoi/srtp+gdoi.o
207 AS_MKDIR_P(srtp)
DTODO48 Eliminate /* DAM */ - there's one in srtp.c
Dconfigure7164 GDOI_OBJS=gdoi/srtp+gdoi.o
8533 mkdir -p srtp
8535 as_dir=srtp
/external/srtp/srtp/
Dsrtp.c361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { in srtp_stream_init_keys() argument
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()
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()
420 tmp_key, cipher_get_key_length(srtp->rtcp_cipher)); in srtp_stream_init_keys()
[all …]
/external/srtp/include/
Dsrtp_priv.h170 srtp_get_stream(srtp_t srtp, uint32_t ssrc);
180 srtp_stream_init_keys(srtp_stream_t srtp, const void *key);
187 srtp_stream_init(srtp_stream_t srtp,
253 #define srtp_handle_event(srtp, strm, evnt) \ argument
256 data.session = srtp; \
/external/srtp/test/
Dsrtp_driver.c90 srtp_session_print_policy(srtp_t srtp);
462 srtp_t srtp; in srtp_bits_per_second() local
474 status = srtp_create(&srtp, policy); in srtp_bits_per_second()
502 status = srtp_protect(srtp, mesg, &len); in srtp_bits_per_second()
522 srtp_ctx_t *srtp; in srtp_rejections_per_second() local
534 status = srtp_create(&srtp, policy); in srtp_rejections_per_second()
545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second()
550 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second()
968 srtp_session_print_policy(srtp_t srtp) { in srtp_session_print_policy() argument
983 if (srtp == NULL) in srtp_session_print_policy()
[all …]
/external/srtp/doc/
Dintro.txt106 from \texttt{srtp.sourceforge.net}. The format of the names of the
107 distributions are \texttt{srtp-A.B.C.tgz}, where \texttt{A} is the
114 will go is named \texttt{srtp}.
119 the \texttt{srtp} directory, run the configure script and then make:
157 Several test drivers and a simple and portable srtp application are
166 srtp\_driver & srtp in-memory tests (does not use the network) \\
178 Manual srtp keying uses the -k option; automated key management
364 // main loop: get rtp packets, send srtp packets
Ddraft-irtf-cfrg-icm-00.txt418 Internet Draft, draft-ietf-avt-srtp-05.txt.
DDoxyfile349 INPUT = intro.txt ../include/srtp.h ../crypto/include/crypto_types.h ../crypto/inc…
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc249 void SendPackets(size_t channel, size_t size, size_t count, bool srtp) { in SendPackets() argument
257 packet[0] = (srtp) ? 0x80 : 0x00; in SendPackets()
262 int flags = (certificate_ && srtp) ? cricket::PF_SRTP_BYPASS : 0; in SendPackets()
535 void TestTransfer(size_t channel, size_t size, size_t count, bool srtp) { in TestTransfer() argument
538 client1_.SendPackets(channel, size, count, srtp); in TestTransfer()
/external/webrtc/talk/
Dlibjingle_tests.gyp160 '<(DEPTH)/third_party/libsrtp/srtp',