Searched refs:block_copy (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.cc | 298 #define block_copy(d, s) memcpy(d, s, N_BLOCK) macro 301 #define block_copy(d, s) copy_block(d, s) macro 388 block_copy(d, s); in copy_and_key() 454 block_copy(st, dt); 482 block_copy(st, dt); 699 block_copy(o_key, key); 752 block_copy(o_key, key); 818 block_copy(o_key, key); 819 block_copy(o_key + 16, key + 16); 895 block_copy(o_key, key); [all …]
|