Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h295 uint32_t nonce[3]; /**< AES 96-bit nonce, stored on 3 32-bit words. */ member
1092 p_reg->XIP_ENC.NONCE0 = p_cfg->nonce[0]; in nrf_qspi_xip_encryption_configure()
1093 p_reg->XIP_ENC.NONCE1 = p_cfg->nonce[1]; in nrf_qspi_xip_encryption_configure()
1094 p_reg->XIP_ENC.NONCE2 = p_cfg->nonce[2]; in nrf_qspi_xip_encryption_configure()
1113 p_reg->DMA_ENC.NONCE0 = p_cfg->nonce[0]; in nrf_qspi_dma_encryption_configure()
1114 p_reg->DMA_ENC.NONCE1 = p_cfg->nonce[1]; in nrf_qspi_dma_encryption_configure()
1115 p_reg->DMA_ENC.NONCE2 = p_cfg->nonce[2]; in nrf_qspi_dma_encryption_configure()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm.h60 uint8_t nonce[NRF_802154_AES_CCM_NONCE_SIZE]; ///< Pointer to AES-CCM* nonce member
Dnrf_802154_aes_ccm_acc_ccm.c291 u8_string_to_u32x4_big_endian(p_aes_ccm_data->nonce, sizeof(p_aes_ccm_data->nonce), m_nonce); in ccm_data_fill()
Dnrf_802154_aes_ccm_acc_ecb.c244 p_frame->nonce, in ai_format()
264 p_frame->nonce, in b0_format()
Dnrf_802154_encrypt.c274 if (!aes_ccm_nonce_generate(p_frame_data, p_aes_ccm_data->nonce)) in aes_ccm_data_content_prepare()