Searched refs:block_copy (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | aes.cc | 319 #define block_copy(d, s) memcpy(d, s, N_BLOCK) macro 322 #define block_copy(d, s) copy_block(d, s) macro 407 block_copy(d, s); in copy_and_key() 475 block_copy(st, dt); 503 block_copy(st, dt); 720 if (o_key != key) block_copy(o_key, key); 773 if (o_key != key) block_copy(o_key, key); 840 block_copy(o_key, key); 841 block_copy(o_key + 16, key + 16); 919 block_copy(o_key, key); [all …]
|