Searched refs:aes_icm (Results 1 – 14 of 14) sorted by relevance
/external/srtp/googlepatches/ |
D | google-5-buffer-overflow.patch | 1 …t a/google3/third_party/libsrtp/crypto/cipher/aes_icm.c b/google3/third_party/libsrtp/crypto/ciphe… 3 --- a/google3/third_party/libsrtp/crypto/cipher/aes_icm.c 4 +++ b/google3/third_party/libsrtp/crypto/cipher/aes_icm.c 31 @@ -508,4 +510,3 @@ cipher_type_t aes_icm = {
|
D | google-10-srtp-ios-fixes.pack | 15 ... //depot/google3/third_party/libsrtp/crypto/cipher/aes_icm.c#4 edit 43 …arty/libsrtp/crypto/cipher/aes_icm.c#4 - /Users/seh/dev/source/gcomm_android/google3/third_party/l… 45 --- google3/third_party/libsrtp/crypto/cipher/aes_icm.c 2011-02-18 16:57:41.000000000 -0800 46 +++ google3/third_party/libsrtp/crypto/cipher/aes_icm.c 2011-02-18 16:47:09.000000000 -0800
|
D | vidyo-1-srtp-win.patch | 13 …x CVS -x '*~' -x '.*' -x 'obj-*' srtp-pristine/crypto/cipher/aes_icm.c srtp/crypto/cipher/aes_icm.c 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
|
/external/srtp/crypto/cipher/ |
D | aes_icm.c | 94 extern cipher_type_t aes_icm; in aes_icm_alloc_ismacryp() 120 (*c)->type = &aes_icm; in aes_icm_alloc_ismacryp() 124 aes_icm.ref_count++; in aes_icm_alloc_ismacryp() 138 extern cipher_type_t aes_icm; in aes_icm_dealloc() 148 aes_icm.ref_count--; in aes_icm_dealloc() 501 cipher_type_t aes_icm = { variable
|
/external/srtp/crypto/test/ |
D | stat_driver.c | 38 extern cipher_type_t aes_icm; in main() 72 err_check(cipher_type_alloc(&aes_icm, &c, 30)); in main()
|
D | cipher_driver.c | 116 extern cipher_type_t aes_icm; 169 cipher_driver_test_array_throughput(&aes_icm, 30, num_cipher); in main() 178 cipher_driver_self_test(&aes_icm); in main() 200 status = cipher_type_alloc(&aes_icm, &c, 30); in main()
|
/external/srtp/srtp/ |
D | srtp.c | 61 extern cipher_type_t aes_icm; 376 if (srtp->rtp_cipher->type == &aes_icm) { in srtp_stream_init_keys() 425 if (srtp->rtcp_cipher->type == &aes_icm) { in srtp_stream_init_keys() 742 if (stream->rtp_cipher->type == &aes_icm) { in srtp_protect() 919 if (stream->rtp_cipher->type == &aes_icm) { in srtp_unprotect() 1556 if (stream->rtcp_cipher->type == &aes_icm) { in srtp_protect_rtcp() 1753 if (stream->rtcp_cipher->type == &aes_icm) { in srtp_unprotect_rtcp()
|
/external/srtp/ |
D | Android.mk | 12 crypto/cipher/aes_icm.c \
|
D | Makefile | 76 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
|
D | Makefile.in | 78 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
|
D | README | 49 crypto/ciphers/ ciphers (null, aes_icm, ...)
|
/external/srtp/crypto/kernel/ |
D | crypto_kernel.c | 71 extern cipher_type_t aes_icm; 154 status = crypto_kernel_load_cipher_type(&aes_icm, AES_128_ICM); in crypto_kernel_init()
|
/external/srtp/crypto/ |
D | Makefile | 70 cipher/aes.o cipher/aes_icm.o \
|
D | Makefile.in | 70 cipher/aes.o cipher/aes_icm.o \
|