Home
last modified time | relevance | path

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

12

/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/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
Daes_icm.c94 extern cipher_type_t aes_icm; in aes_icm_alloc_ismacryp()
121 (*c)->type = &aes_icm; in aes_icm_alloc_ismacryp()
125 aes_icm.ref_count++; in aes_icm_alloc_ismacryp()
139 extern cipher_type_t aes_icm; in aes_icm_dealloc()
149 aes_icm.ref_count--; in aes_icm_dealloc()
553 cipher_type_t aes_icm = { variable
/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/chromium_org/third_party/libsrtp/srtp/crypto/test/
Dcipher_driver.c116 extern cipher_type_t aes_icm;
172 cipher_driver_test_array_throughput(&aes_icm, 30, num_cipher); in main()
175 cipher_driver_test_array_throughput(&aes_icm, 46, num_cipher); in main()
186 cipher_driver_self_test(&aes_icm); in main()
208 status = cipher_type_alloc(&aes_icm, &c, 30); in main()
229 status = cipher_type_alloc(&aes_icm, &c, 46); in main()
Dstat_driver.c73 extern cipher_type_t aes_icm; in main()
109 err_check(cipher_type_alloc(&aes_icm, &c, 30)); in main()
143 err_check(cipher_type_alloc(&aes_icm, &c, 46)); in main()
/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 \
/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/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
Dcrypto_kernel.c71 extern cipher_type_t aes_icm;
154 status = crypto_kernel_load_cipher_type(&aes_icm, AES_ICM); in crypto_kernel_init()
/external/chromium_org/third_party/libsrtp/srtp/crypto/
DMakefile77 cipher/aes.o cipher/aes_icm.o \
DMakefile.in77 cipher/aes.o cipher/aes_icm.o \
/external/srtp/crypto/
DMakefile70 cipher/aes.o cipher/aes_icm.o \
DMakefile.in70 cipher/aes.o cipher/aes_icm.o \
/external/chromium_org/build/secondary/third_party/libsrtp/
DBUILD.gn92 "srtp/crypto/include/aes_icm.h",
124 "srtp/crypto/cipher/aes_icm.c",
/external/chromium_org/third_party/libsrtp/
Dlibsrtp.gyp138 'srtp/crypto/include/aes_icm.h',
170 'srtp/crypto/cipher/aes_icm.c',
Dlibsrtp.target.linux-arm64.mk29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
Dlibsrtp.target.darwin-arm64.mk29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
Dlibsrtp.target.linux-x86_64.mk29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
Dlibsrtp.target.darwin-x86.mk29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
Dlibsrtp.target.darwin-mips64.mk29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \

12