Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AES_CCM.c129 uint8_t* outptr; in nrf_ccm_encrypt_tx() local
140 outptr = (uint8_t*)NRF_CCM_regs.OUTPTR; in nrf_ccm_encrypt_tx()
146 outptr[0] = inptr[0]; in nrf_ccm_encrypt_tx()
147 outptr[1] = length; in nrf_ccm_encrypt_tx()
157 &outptr[3], //encrypted payload (and MIC if generate_mic==1) in nrf_ccm_encrypt_tx()
174 uint8_t* outptr; in nrf_ccm_decrypt_rx() local
193 outptr = (uint8_t*)NRF_CCM_regs.OUTPTR; in nrf_ccm_decrypt_rx()
199 outptr[0] = inptr[0]; in nrf_ccm_decrypt_rx()
200 outptr[1] = length; in nrf_ccm_decrypt_rx()
210 &outptr[3], //buffer for decrypted payload in nrf_ccm_decrypt_rx()