Searched refs:msgData (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/ |
| D | fsl_mmcau.c | 26 typedef void (*cau_hash_api_t)(const uint8_t *msgData, const int numBlocks, uint32_t *hashState); 27 typedef void (*cau_hash_md5_api_t)(const uint8_t *msgData, const int numBlocks, uint8_t *hashState); 186 …cau_hash_api_t cauFunc, const uint8_t *msgData, uint32_t numBlocks, void *hashState, size_t stateS… in mmcau_hash_API() argument 190 if ((msgData != NULL) && (hashState != NULL) && (numBlocks != 0U)) in mmcau_hash_API() 199 msgDataWork = mmcau_align_const(msgData, msgDataAlign, MMCAU_HASH_BLOCK_SIZE); in mmcau_hash_API() 222 …cau_hash_md5_api_t cauFunc, const uint8_t *msgData, uint32_t numBlocks, void *hashState, size_t st… in mmcau_hash_MD5API() argument 226 if ((msgData != NULL) && (hashState != NULL) && (numBlocks != 0U)) in mmcau_hash_MD5API() 235 msgDataWork = mmcau_align_const(msgData, msgDataAlign, MMCAU_HASH_BLOCK_SIZE); in mmcau_hash_MD5API() 389 status_t MMCAU_MD5_HashN(const uint8_t *msgData, uint32_t numBlocks, uint32_t *md5State) in MMCAU_MD5_HashN() argument 391 …return mmcau_hash_MD5API((cau_hash_md5_api_t)cau_md5_hash_n, msgData, numBlocks, md5State, MMCAU_M… in MMCAU_MD5_HashN() [all …]
|
| D | fsl_mmcau.h | 147 status_t MMCAU_MD5_HashN(const uint8_t *msgData, uint32_t numBlocks, uint32_t *md5State); 163 status_t MMCAU_MD5_Update(const uint8_t *msgData, uint32_t numBlocks, uint32_t *md5State); 187 status_t MMCAU_SHA1_HashN(const uint8_t *msgData, uint32_t numBlocks, uint32_t *sha1State); 203 status_t MMCAU_SHA1_Update(const uint8_t *msgData, uint32_t numBlocks, uint32_t *sha1State);
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/SerialDevice/ |
| D | Phy.c | 96 phy_get_rsp = ((macToPlmeMessage_t *)pMsg)->msgData.getReq; in PhyRpmsgRxCallback() 118 …((pdDataToMacMessage_t *)pMsg)->msgData.dataInd.pPsdu = (uint8_t *)pMsg + sizeof(pdDataToMacMessag… in PhyRpmsgRxCallback() 124 …((pdDataToMacMessage_t *)pMsg)->msgData.dataCnf.ackData = (uint8_t *)pMsg + sizeof(pdDataToMacMess… in PhyRpmsgRxCallback() 253 …if ((pMsg->msgType == gPlmeSetReq_c) && (pMsg->msgData.setReq.PibAttribute == gPhyPibCurrentChanne… in MAC_PLME_SapHandler() 255 if (pMsg->msgData.setReq.PibAttribute == gPhyPibCurrentChannel_c) in MAC_PLME_SapHandler() 257 HDI_SendChannelSwitchCmd((uint32_t)pMsg->msgData.setReq.PibAttributeValue); in MAC_PLME_SapHandler() 273 pMsg->msgData.getReq.PibAttributeValue = phy_get_rsp.PibAttributeValue; in MAC_PLME_SapHandler() 315 len += pMsg->msgData.dataReq.psduLength; in MAC_PD_SapHandler() 335 msg.msgData.getReq.PibAttribute = gPhyGetCtxId; in PHY_get_ctx() 336 msg.msgData.getReq.PibAttributeValue = (uint64_t)(-1); in PHY_get_ctx() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/ |
| D | PhyInterface.h | 303 } msgData; member 316 } msgData; member 329 } msgData; member 342 } msgData; member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/ |
| D | fsl_netc_hw_si.c | 217 uint32_t msgData; in NETC_SIVsiReceiveMsg() local 219 msgData = base->VSI_A.VSIMSGRR; in NETC_SIVsiReceiveMsg() 220 if ((msgData & ENETC_SI_VSIMSGRR_MR_MASK) != 0U) in NETC_SIVsiReceiveMsg() 222 *msg = (uint16_t)((msgData & ENETC_SI_VSIMSGRR_MC_MASK) >> ENETC_SI_VSIMSGRR_MC_SHIFT); in NETC_SIVsiReceiveMsg()
|
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/ |
| D | Netc_Eth_Ip_Types.h | 2058 volatile uint32 msgData; /*!< Data transmitted by the interrupt event. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc.h | 201 uint32_t msgData; /*!< Message data. */ member
|
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/ |
| D | Netc_Eth_Ip.c | 1227 msiTableConfig->msiTable[NETC_ETH_IP_TX_MSI_TABLE_INDEX].msgData = 0xFFFFFFFFU; in Netc_Eth_Ip_EnableIrq_ConfigMsiTableTx() 1240 msiTableConfig->msiTable[NETC_ETH_IP_RX_MSI_TABLE_INDEX].msgData = 0xFFFFFFFFU; in Netc_Eth_Ip_EnableIrq_ConfigMsiTableRx() 1279 … msiTableConfig->msiTable[NETC_ETH_IP_SITOSI_MESSAGE_MSI_TABLE_INDEX].msgData = 0xFFFFFFFFU; in Netc_Eth_Ip_EnableIrq()
|