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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
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));
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...]
  /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/srtp/crypto/
Makefile 77 cipher/aes.o cipher/aes_icm.o \
  /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/
Makefile 78 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
  /external/chromium_org/third_party/libsrtp/
libsrtp.target.darwin-arm.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.darwin-arm64.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.darwin-mips.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.darwin-mips64.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.darwin-x86.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.darwin-x86_64.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.linux-arm.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.linux-arm64.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.linux-mips.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.linux-mips64.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.linux-x86.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
libsrtp.target.linux-x86_64.mk 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \

Completed in 954 milliseconds