nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_aes_ccm_transform_start()

void nrf_802154_aes_ccm_transform_start ( uint8_t *  p_frame)

Starts AES-CCM* transformation.

Note
This function should not be called until the transformation is prepared with a call to nrf_802154_aes_ccm_transform_prepare. Any call to this function that is not paired with an earlier prepare call will be ignored silently, i.e. the transformation will not be started at all.
Parameters
[in]p_framePointer to the buffer that contains a frame being transmitted.