Lines Matching refs:srtp
1 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…
187 --- srtp-lin/crypto/math/datatypes.c 2006-07-18 15:45:46.000000000 -0400
188 +++ srtp/crypto/math/datatypes.c 2009-04-22 19:03:15.000000000 -0400
314 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/math/math.c srtp/crypto/math/math.c
315 --- srtp-lin/crypto/math/math.c 2006-06-08 13:00:28.000000000 -0400
316 +++ srtp/crypto/math/math.c 2009-04-22 19:03:15.000000000 -0400
491 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/replay/rdbx.c srtp/crypto/replay/rdbx.c
492 --- srtp-lin/crypto/replay/rdbx.c 2007-06-15 14:17:40.000000000 -0400
493 +++ srtp/crypto/replay/rdbx.c 2009-04-22 19:03:15.000000000 -0400
501 * from draft-ietf-avt-srtp-00.txt:
595 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/include/srtp.h srtp/include/srtp.h
596 --- srtp-lin/include/srtp.h 2007-06-15 14:17:40.000000000 -0400
597 +++ srtp/include/srtp.h 2009-04-22 19:06:22.000000000 -0400
607 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/srtp/srtp.c srtp/srtp/srtp.c
608 --- srtp-lin/srtp/srtp.c 2007-06-15 14:17:40.000000000 -0400
609 +++ srtp/srtp/srtp.c 2009-04-22 19:18:43.000000000 -0400
622 @@ -491,7 +494,8 @@ srtp_stream_init(srtp_stream_ctx_t *srtp
626 - rdbx_init(&srtp->rtp_rdbx);
627 + err = rdbx_init(&srtp->rtp_rdbx, p->window_size);
632 @@ -525,14 +529,20 @@ srtp_stream_init(srtp_stream_ctx_t *srtp
635 err = srtp_stream_init_keys(srtp, p->key);
638 + rdbx_uninit(&srtp->rtp_rdbx);
646 err = ekt_stream_init_from_policy(srtp->ekt, p->ekt);
649 + rdbx_uninit(&srtp->rtp_rdbx);
655 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/test/dtls_srtp_driver.c srtp/test/dtls_srtp_d…
656 --- srtp-lin/test/dtls_srtp_driver.c 2009-04-23 15:50:26.000000000 -0400
657 +++ srtp/test/dtls_srtp_driver.c 2009-04-23 15:50:48.000000000 -0400
666 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/test/rdbx_driver.c srtp/test/rdbx_driver.c
667 --- srtp-lin/test/rdbx_driver.c 2006-07-17 16:41:22.000000000 -0400
668 +++ srtp/test/rdbx_driver.c 2009-04-22 19:22:21.000000000 -0400
796 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/test/rtpw.c srtp/test/rtpw.c
797 --- srtp-lin/test/rtpw.c 2006-07-17 16:41:22.000000000 -0400
798 +++ srtp/test/rtpw.c 2009-04-22 19:16:52.000000000 -0400
815 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/test/srtp_driver.c srtp/test/srtp_driver.c
816 --- srtp-lin/test/srtp_driver.c 2009-04-22 18:20:27.000000000 -0400
817 +++ srtp/test/srtp_driver.c 2009-04-22 19:16:52.000000000 -0400
827 @@ -989,14 +991,16 @@ srtp_session_print_policy(srtp_t srtp) {
846 @@ -1011,14 +1015,16 @@ srtp_session_print_policy(srtp_t srtp) {