OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aes_icm
(Results
1 - 20
of
20
) sorted by null
/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/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
aes_cbc.c
69
/* allocate memory a cipher of type
aes_icm
*/
/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"
Makefile
76
crypto/cipher/aes.o crypto/cipher/
aes_icm
.o \
README
49
crypto/ciphers/ ciphers (null,
aes_icm
, ...)
Makefile.in
78
crypto/cipher/aes.o crypto/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/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);
/external/chromium/third_party/libjingle/source/talk/
libjingle.scons
27
"third_party/srtp/crypto/cipher/
aes_icm
.c",
Completed in 1130 milliseconds