Home
last modified time | relevance | path

Searched refs:p_first (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ecb.c220 static void two_blocks_xor(uint8_t * p_first, const uint8_t * p_second, uint8_t len) in two_blocks_xor() argument
224 p_first[i] ^= p_second[i]; in two_blocks_xor()