Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.h71 } aes_context; typedef
84 aes_context ctx[1]);
90 unsigned char out[N_BLOCK], const aes_context ctx[1]);
94 const aes_context ctx[1]);
100 unsigned char out[N_BLOCK], const aes_context ctx[1]);
104 const aes_context ctx[1]);
Daes_cmac.cc70 aes_context ctx; in aes_128()
Daes.cc540 aes_context ctx[1]) {
599 unsigned char out[N_BLOCK], const aes_context ctx[1]) {
628 const aes_context ctx[1]) {
646 unsigned char out[N_BLOCK], const aes_context ctx[1]) {
675 const aes_context ctx[1]) {
/system/bt/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_cmac.cc69 aes_context ctx; in aes_128()
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]) {
Dcrypto_toolbox_test.cc40 aes_context ctx; in TEST()
/system/bt/stack/test/
Dcrypto_toolbox_test.cc45 aes_context ctx; in TEST()