Searched refs:aes_context (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
| 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] );
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
| D | aes.c | 513 return_type aes_set_key( const unsigned char key[], length_type keylen, aes_context ctx[1] ) 573 …s_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) 603 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] ) 624 …es_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) 654 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
|
| D | smp_keys.c | 162 aes_context ctx; in smp_encrypt_data()
|