Home
last modified time | relevance | path

Searched defs:N_BLOCK (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c405 static void add_round_key( uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK] ) in add_round_key()
410 static void shift_sub_rows( uint_8t st[N_BLOCK] ) in shift_sub_rows()
427 static void inv_shift_sub_rows( uint_8t st[N_BLOCK] ) in inv_shift_sub_rows()
445 static void mix_sub_columns( uint_8t dt[N_BLOCK] )
475 static void inv_mix_sub_columns( uint_8t dt[N_BLOCK] )
573 return_type bluedroid_aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], co…
603 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
624 return_type bluedroid_aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], con…
654 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
677 static void update_encrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc )
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Daes.h55 #define N_BLOCK (N_ROW * N_COL) macro