Home
last modified time | relevance | path

Searched refs:aes_icm (Results 1 – 14 of 14) sorted by relevance

/external/srtp/googlepatches/
Dgoogle-5-buffer-overflow.patch1 …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 = {
Dgoogle-10-srtp-ios-fixes.pack15 ... //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
Dvidyo-1-srtp-win.patch13 …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/
Daes_icm.c94 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/
Dstat_driver.c38 extern cipher_type_t aes_icm; in main()
72 err_check(cipher_type_alloc(&aes_icm, &c, 30)); in main()
Dcipher_driver.c116 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/
Dsrtp.c61 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/
DAndroid.mk12 crypto/cipher/aes_icm.c \
DMakefile76 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
DMakefile.in78 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
DREADME49 crypto/ciphers/ ciphers (null, aes_icm, ...)
/external/srtp/crypto/kernel/
Dcrypto_kernel.c71 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/
DMakefile70 cipher/aes.o cipher/aes_icm.o \
DMakefile.in70 cipher/aes.o cipher/aes_icm.o \