Searched refs:aes_context (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.h | 71 } aes_context; typedef 83 return_type aes_set_key(const unsigned char key[], length_type keylen, aes_context ctx[1]); 88 …aes_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1]); 91 …ed char* in, unsigned char* out, int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1]); 96 …aes_decrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1]); 99 …ed char* in, unsigned char* out, int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1]);
|
D | aes.cc | 488 return_type aes_set_key(const unsigned char key[], length_type keylen, aes_context ctx[1]) { 546 …es_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1]) { 574 …d char* in, unsigned char* out, int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1]) { 591 …es_decrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1]) { 619 …d char* in, unsigned char* out, int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1]) {
|
D | aes_cmac.cc | 74 aes_context ctx; in aes_128()
|
D | crypto_toolbox_test.cc | 43 aes_context ctx; in TEST()
|