Searched refs:block_copy_nn (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | aes.cc | 318 #define block_copy_nn(d, s, l) memcpy(d, s, l) macro 321 #define block_copy_nn(d, s, l) copy_block_nn(d, s, l) macro 560 block_copy_nn(ctx->ksch, key, keylen);
|