Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Daes.h71 } aes_context; typedef
85 aes_context ctx[1] );
92 const aes_context ctx[1] );
98 const aes_context ctx[1] );
105 const aes_context ctx[1] );
111 const aes_context ctx[1] );
Daes.c506 return_type aes_set_key( const unsigned char key[], length_type keylen, aes_context ctx[1] )
569 …s_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] )
599 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
620 …es_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] )
650 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
Dsmp_keys.c141 aes_context ctx; in smp_encrypt_data()