Home
last modified time | relevance | path

Searched refs:aes_context (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.h71 } 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]);
Daes.cc488 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]) {
Daes_cmac.cc74 aes_context ctx; in aes_128()
Dcrypto_toolbox_test.cc43 aes_context ctx; in TEST()