HomeSort by relevance Sort by last modified time
    Searched refs:aes_icm (Results 1 - 9 of 9) sorted by null

  /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
  /external/srtp/
Android.mk 12 crypto/cipher/aes_icm.c \
Makefile 76 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
  /external/srtp/crypto/
Makefile 70 cipher/aes.o cipher/aes_icm.o \
  /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/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/third_party/libjingle/source/talk/
libjingle.scons 27 "third_party/srtp/crypto/cipher/aes_icm.c",

Completed in 402 milliseconds