Searched refs:dmatag (Results 1 – 2 of 2) sorted by relevance
318 in_descs[0].dmatag = NRF_CRACEN_CM_DMA_TAG_AES_CONFIG(NRF_CRACEN_CM_AES_REG_OFFSET_CONFIG); in cm_aes_ecb()323 in_descs[1].dmatag = NRF_CRACEN_CM_DMA_TAG_AES_CONFIG(NRF_CRACEN_CM_AES_REG_OFFSET_KEY); in cm_aes_ecb()328 in_descs[2].dmatag = NRF_CRACEN_CM_DMA_TAG_LAST | NRF_CRACEN_CM_DMA_TAG_ENGINE_AES in cm_aes_ecb()337 out_desc.dmatag = NRF_CRACEN_CM_DMA_TAG_LAST; in cm_aes_ecb()
55 uint32_t dmatag; /**< User tag (only used for fetch). */ member