|
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5449 lines, -1550 lines) |
Patch |
|
M |
README.chromium
|
View
|
|
2 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
config/config.h
|
View
|
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
|
M |
libsrtp.gyp
|
View
|
|
8 chunks |
+55 lines, -4 lines |
0 comments
|
Download
|
|
M |
srtp/.cvsignore
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
A |
srtp/.gitignore
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/CHANGES
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/Makefile
|
View
|
|
1 chunk |
+0 lines, -237 lines |
0 comments
|
Download
|
|
M |
srtp/Makefile.in
|
View
|
|
12 chunks |
+90 lines, -19 lines |
0 comments
|
Download
|
|
M |
srtp/README
|
View
|
|
6 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
|
M |
srtp/VERSION
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/Makefile
|
View
|
|
1 chunk |
+0 lines, -137 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/Makefile.in
|
View
|
|
5 chunks |
+14 lines, -40 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/ae_xfm/xfm.c
|
View
|
|
1 chunk |
+0 lines, -605 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/cipher/aes.c
|
View
|
|
19 chunks |
+106 lines, -21 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/cipher/aes_cbc.c
|
View
|
|
10 chunks |
+46 lines, -21 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/cipher/aes_gcm_ossl.c
|
View
|
|
1 chunk |
+571 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/cipher/aes_icm.c
|
View
|
|
13 chunks |
+44 lines, -18 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/cipher/aes_icm_ossl.c
|
View
|
|
1 chunk |
+564 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/cipher/cipher.c
|
View
|
|
16 chunks |
+105 lines, -14 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/cipher/null_cipher.c
|
View
|
|
6 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/hash/auth.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/hash/hmac.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/hash/hmac_ossl.c
|
View
|
|
1 chunk |
+303 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/hash/null_auth.c
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/hash/sha1.c
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/aes.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/aes_cbc.h
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/include/aes_gcm_ossl.h
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/aes_icm.h
|
View
|
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/include/aes_icm_ossl.h
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/cipher.h
|
View
|
|
7 chunks |
+36 lines, -12 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/crypto.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/crypto_kernel.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/include/crypto_types.h
|
View
|
|
2 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/include/datatypes.h
|
View
|
|
6 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/err.h
|
View
|
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/hmac.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/include/integers.h
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/kernel_compat.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/include/prng.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/rdb.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/include/rdbx.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/sha1.h
|
View
|
|
2 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/xfm.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/kernel/alloc.c
|
View
|
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/kernel/crypto_kernel.c
|
View
|
|
10 chunks |
+31 lines, -4 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/kernel/err.c
|
View
|
|
4 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/kernel/key.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/math/datatypes.c
|
View
|
|
3 chunks |
+36 lines, -185 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/math/gf2_8.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/math/math.c
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/math/stat.c
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/replay/rdb.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/replay/rdbx.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/replay/ut_sim.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/rng/ctr_prng.c
|
View
|
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/rng/prng.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/rng/rand_source_ossl.c
|
View
|
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/aes_calc.c
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/test/cipher_driver.c
|
View
|
|
13 chunks |
+102 lines, -14 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/datatypes_driver.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/env.c
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/kernel_driver.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/rand_gen.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
srtp/crypto/test/rand_gen_soak.c
|
View
|
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/sha1_driver.c
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/stat_driver.c
|
View
|
|
8 chunks |
+81 lines, -9 lines |
0 comments
|
Download
|
|
M |
srtp/doc/Makefile
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
|
M |
srtp/include/srtp.h
|
View
|
|
9 chunks |
+264 lines, -4 lines |
0 comments
|
Download
|
|
M |
srtp/include/srtp_priv.h
|
View
|
|
4 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/srtp.def
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
srtp/srtp/ekt.c
|
View
|
|
7 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
srtp/srtp/srtp.c
|
View
|
|
48 chunks |
+1083 lines, -56 lines |
0 comments
|
Download
|
|
M |
srtp/tables/aes_tables.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/test/lfsr.c
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
srtp/test/rdbx_driver.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/test/replay_driver.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/test/roc_driver.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/test/rtp.c
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
srtp/test/rtp_decoder.h
|
View
|
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
|
A |
srtp/test/rtp_decoder.c
|
View
|
|
1 chunk |
+516 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/test/rtpw.c
|
View
|
|
10 chunks |
+123 lines, -19 lines |
0 comments
|
Download
|
|
M |
srtp/test/rtpw_test.sh
|
View
|
|
3 chunks |
+53 lines, -2 lines |
0 comments
|
Download
|
|
A |
srtp/test/rtpw_test_gcm.sh
|
View
|
|
1 chunk |
+239 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/test/srtp_driver.c
|
View
|
|
8 chunks |
+125 lines, -12 lines |
0 comments
|
Download
|
Total messages: 10 (4 generated)
|