Searched refs:block_copy_nn (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.cc | 297 #define block_copy_nn(d, s, l) memcpy(d, s, l) macro 300 #define block_copy_nn(d, s, l) copy_block_nn(d, s, l) macro 536 block_copy_nn(ctx->ksch, key, keylen);
|