Searched refs:block_copy (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 306 # define block_copy(d, s) memcpy(d, s, N_BLOCK) macro 309 # define block_copy(d, s) copy_block(d, s) macro 400 block_copy(d, s); in copy_and_key() 448 block_copy(st, dt); 478 block_copy(st, dt); 703 block_copy( o_key, key ); 758 block_copy( o_key, key ); 826 block_copy( o_key, key ); 827 block_copy( o_key + 16, key + 16 ); 905 block_copy( o_key, key ); [all …]
|