Searched refs:aes_context (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/smp/ |
D | aes.h | 71 } 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] );
|
D | aes.c | 506 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] )
|
D | smp_keys.c | 141 aes_context ctx; in smp_encrypt_data()
|