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

  /external/srtp/crypto/cipher/
aes_cbc.c 2 * aes_cbc.c
47 #include "aes_cbc.h"
59 extern cipher_type_t aes_cbc;
77 (*c)->type = &aes_cbc;
81 aes_cbc.ref_count++;
91 extern cipher_type_t aes_cbc;
101 aes_cbc.ref_count--;
431 cipher_type_t aes_cbc = { variable
  /external/srtp/
Android.mk 13 crypto/cipher/aes_cbc.c \
Makefile 77 crypto/cipher/aes_cbc.o
  /external/srtp/crypto/test/
cipher_driver.c 110 * null_cipher, aes_icm, and aes_cbc are the cipher meta-objects
117 extern cipher_type_t aes_cbc;
172 cipher_driver_test_array_throughput(&aes_cbc, 16, num_cipher);
179 cipher_driver_self_test(&aes_cbc);
  /external/srtp/crypto/
Makefile 71 cipher/aes_cbc.o
  /external/srtp/crypto/kernel/
crypto_kernel.c 72 extern cipher_type_t aes_cbc;
157 status = crypto_kernel_load_cipher_type(&aes_cbc, AES_128_CBC);
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 26 "third_party/srtp/crypto/cipher/aes_cbc.c",
  /external/openssl/
Crypto.mk 40 crypto/aes/aes_cbc.c \
62 crypto/aes/aes_cbc.c \

Completed in 192 milliseconds