Searched refs:block_copy_nn (Results  1 – 1 of 1) sorted by relevance
| /loramac-node-latest/src/peripherals/soft-se/ | 
| D | aes.c | 308 #  define block_copy_nn(d, s, l)    memcpy(d, s, l)  macro 311 #  define block_copy_nn(d, s, l)    copy_block_nn(d, s, l)  macro 527     block_copy_nn(ctx->ksch, key, keylen);
  |