HomeSort by relevance Sort by last modified time
    Searched full:aes_icm (Results 1 - 25 of 44) sorted by null

1 2

  /external/srtp/googlepatches/
google-5-buffer-overflow.patch 1 diff --git a/google3/third_party/libsrtp/crypto/cipher/aes_icm.c b/google3/third_party/libsrtp/crypto/cipher/aes_icm.c
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 = {
google-10-srtp-ios-fixes.pack 15 ... //depot/google3/third_party/libsrtp/crypto/cipher/aes_icm.c#4 edit
43 ==== //depot/google3/third_party/libsrtp/crypto/cipher/aes_icm.c#4 - /Users/seh/dev/source/gcomm_android/google3/third_party/libsrtp/crypto/cipher/aes_icm.c ====
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
vidyo-1-srtp-win.patch 13 diff -purN -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/include/
aes_icm.h 2 * aes_icm.h
prng.h 15 #include "aes_icm.h" /* for aes ctr */
  /external/srtp/crypto/test/
stat_driver.c 38 extern cipher_type_t aes_icm;
72 err_check(cipher_type_alloc(&aes_icm, &c, 30));
cipher_driver.c 51 #include "aes_icm.h"
110 * null_cipher, aes_icm, and aes_cbc are the cipher meta-objects
116 extern cipher_type_t aes_icm;
169 cipher_driver_test_array_throughput(&aes_icm, 30, num_cipher);
178 cipher_driver_self_test(&aes_icm);
199 /* run the throughput test on the aes_icm cipher */
200 status = cipher_type_alloc(&aes_icm, &c, 30);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 51 #include "aes_icm.h"
110 * null_cipher, aes_icm, and aes_cbc are the cipher meta-objects
116 extern cipher_type_t aes_icm;
172 cipher_driver_test_array_throughput(&aes_icm, 30, num_cipher);
175 cipher_driver_test_array_throughput(&aes_icm, 46, num_cipher);
186 cipher_driver_self_test(&aes_icm);
207 /* run the throughput test on the aes_icm cipher (128-bit key) */
208 status = cipher_type_alloc(&aes_icm, &c, 30);
229 status = cipher_type_alloc(&aes_icm, &c, 46);
380 /* pad klen allocation, to handle aes_icm reading 16 bytes for th
    [all...]
stat_driver.c 73 extern cipher_type_t aes_icm;
109 err_check(cipher_type_alloc(&aes_icm, &c, 30));
143 err_check(cipher_type_alloc(&aes_icm, &c, 46));
  /external/srtp/crypto/cipher/
aes_icm.c 2 * aes_icm.c
49 #include "aes_icm.h"
94 extern cipher_type_t aes_icm;
112 /* allocate memory a cipher of type aes_icm */
120 (*c)->type = &aes_icm;
124 aes_icm.ref_count++;
138 extern cipher_type_t aes_icm;
148 aes_icm.ref_count--;
501 cipher_type_t aes_icm = { variable
  /external/srtp/
Android.mk 12 crypto/cipher/aes_icm.c \
srtp7.vcproj 151 RelativePath=".\crypto\cipher\aes_icm.c">
208 RelativePath=".\crypto\include\aes_icm.h">
srtp.vcproj 388 RelativePath=".\crypto\cipher\aes_icm.c"
463 RelativePath=".\crypto\include\aes_icm.h"
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_types.h 106 #define AES_ICM 1
112 #define AES_128_ICM AES_ICM
142 #define STRONGHOLD_CIPHER AES_ICM
aes_icm.h 2 * aes_icm.h
prng.h 50 #include "aes_icm.h" /* for aes ctr */
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_icm.c 2 * aes_icm.c
49 #include "aes_icm.h"
94 extern cipher_type_t aes_icm;
113 /* allocate memory a cipher of type aes_icm */
121 (*c)->type = &aes_icm;
125 aes_icm.ref_count++;
139 extern cipher_type_t aes_icm;
149 aes_icm.ref_count--;
553 cipher_type_t aes_icm = { variable
564 (cipher_type_id_t) AES_ICM
    [all...]
  /external/chromium_org/third_party/libsrtp/
libsrtp.gyp 128 'srtp/crypto/include/aes_icm.h',
160 'srtp/crypto/cipher/aes_icm.c',
  /external/chromium_org/third_party/libsrtp/srtp/crypto/
Makefile 77 cipher/aes.o cipher/aes_icm.o \
  /external/srtp/crypto/
Makefile 70 cipher/aes.o cipher/aes_icm.o \
Makefile.in 70 cipher/aes.o cipher/aes_icm.o \
  /external/srtp/srtp/
srtp.c 48 #include "aes_icm.h" /* aes_icm is used in the KDF */
61 extern cipher_type_t aes_icm;
373 * if the cipher in the srtp context is aes_icm, then we need
376 if (srtp->rtp_cipher->type == &aes_icm) {
381 debug_print(mod_srtp, "found aes_icm, generating salt", NULL);
422 * if the cipher in the srtp context is aes_icm, then we need
425 if (srtp->rtcp_cipher->type == &aes_icm) {
430 debug_print(mod_srtp, "found aes_icm, generating rtcp salt", NULL);
742 if (stream->rtp_cipher->type == &aes_icm) {
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 71 extern cipher_type_t aes_icm;
154 status = crypto_kernel_load_cipher_type(&aes_icm, AES_ICM);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 429 if (cipher->id != AES_ICM)
457 stat = srtp_kdf_init(&kdf, AES_ICM, (const uint8_t *)key, kdf_keylen);
886 if (stream->rtp_cipher->type->id == AES_ICM) {
1064 if (stream->rtp_cipher->type->id == AES_ICM) {
    [all...]
  /external/srtp/crypto/kernel/
crypto_kernel.c 71 extern cipher_type_t aes_icm;
154 status = crypto_kernel_load_cipher_type(&aes_icm, AES_128_ICM);

Completed in 244 milliseconds

1 2