Searched refs:block_copy (Results 1 – 1 of 1) sorted by relevance
/loramac-node-latest/src/peripherals/soft-se/ |
D | aes.c | 309 # define block_copy(d, s) memcpy(d, s, N_BLOCK) macro 312 # define block_copy(d, s) copy_block(d, s) macro 401 block_copy(d, s); in copy_and_key() 450 block_copy(st, dt); 481 block_copy(st, dt); 607 block_copy(out, iv); 656 block_copy(tmp, in); 661 block_copy(iv, tmp); 699 block_copy( o_key, key ); 752 block_copy( o_key, key ); [all …]
|