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