Searched defs:aes_cbc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes_cbc.c2 * aes_cbc.c
47 #include "aes_cbc.h"
59 extern cipher_type_t aes_cbc;
69 /* allocate memory a cipher of type aes_cbc */
77 (*c)->type = &aes_cbc;
81 aes_cbc.ref_count++;
91 extern cipher_type_t aes_cbc;
101 aes_cbc.ref_count--;
526 cipher_type_t aes_cbc = { variable
/external/srtp/crypto/cipher/
H A Daes_cbc.c2 * 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

Completed in 2610 milliseconds