Home
last modified time | relevance | path

Searched refs:aes_cbc (Results 1 – 8 of 8) sorted by relevance

/external/srtp/crypto/cipher/
Daes_cbc.c59 extern cipher_type_t aes_cbc; in aes_cbc_alloc()
77 (*c)->type = &aes_cbc; in aes_cbc_alloc()
81 aes_cbc.ref_count++; in aes_cbc_alloc()
91 extern cipher_type_t aes_cbc; in aes_cbc_dealloc()
101 aes_cbc.ref_count--; in aes_cbc_dealloc()
431 cipher_type_t aes_cbc = { variable
/external/srtp/crypto/test/
Dcipher_driver.c117 extern cipher_type_t aes_cbc;
172 cipher_driver_test_array_throughput(&aes_cbc, 16, num_cipher); in main()
179 cipher_driver_self_test(&aes_cbc); in main()
/external/srtp/
DAndroid.mk13 crypto/cipher/aes_cbc.c \
DMakefile77 crypto/cipher/aes_cbc.o
DMakefile.in79 crypto/cipher/aes_cbc.o
/external/srtp/crypto/kernel/
Dcrypto_kernel.c72 extern cipher_type_t aes_cbc;
157 status = crypto_kernel_load_cipher_type(&aes_cbc, AES_128_CBC); in crypto_kernel_init()
/external/srtp/crypto/
DMakefile.in71 cipher/aes_cbc.o
DMakefile71 cipher/aes_cbc.o