Searched refs:block_copy (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.cc | 270 #define block_copy(d, s) memcpy(d, s, N_BLOCK) macro 273 #define block_copy(d, s) copy_block(d, s) macro 358 block_copy(d, s); in copy_and_key() 426 block_copy(st, dt); 454 block_copy(st, dt); 665 if (o_key != key) block_copy(o_key, key); 719 if (o_key != key) block_copy(o_key, key); 787 block_copy(o_key, key); 788 block_copy(o_key + 16, key + 16); 867 block_copy(o_key, key); [all …]
|