Searched refs:block_copy (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/smp/ |
D | aes.c | 304 # define block_copy(d, s) memcpy(d, s, N_BLOCK) macro 307 # define block_copy(d, s) copy_block(d, s) macro 397 block_copy(d, s); in copy_and_key() 442 block_copy(st, dt); 471 block_copy(st, dt); 697 block_copy( o_key, key ); 750 block_copy( o_key, key ); 818 block_copy( o_key, key ); 819 block_copy( o_key + 16, key + 16 ); 900 block_copy( o_key, key ); [all …]
|