Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClMac/src/
DmcuxClCMac.c221 size_t remainingLength = inSize; in MCUX_CSSL_FP_FUNCTION_DEF() local
270 remainingLength -= (MCUXCLCSS_CIPHER_BLOCK_SIZE_AES - context->nrOfUnprocessedBytes); in MCUX_CSSL_FP_FUNCTION_DEF()
281 if(MCUXCLCSS_CIPHER_BLOCK_SIZE_AES < remainingLength) in MCUX_CSSL_FP_FUNCTION_DEF()
283 …size_t completeLen = (remainingLength/MCUXCLCSS_CIPHER_BLOCK_SIZE_AES)*MCUXCLCSS_CIPHER_BLOCK_SIZ… in MCUX_CSSL_FP_FUNCTION_DEF()
287 if(remainingLength == completeLen) in MCUX_CSSL_FP_FUNCTION_DEF()
319 remainingLength -= completeLen; in MCUX_CSSL_FP_FUNCTION_DEF()
327 if(remainingLength != 0u) in MCUX_CSSL_FP_FUNCTION_DEF()
332 remainingLength, in MCUX_CSSL_FP_FUNCTION_DEF()
340 context->nrOfUnprocessedBytes += (uint8_t) remainingLength; in MCUX_CSSL_FP_FUNCTION_DEF()
344 MCUX_CSSL_FP_CONDITIONAL(remainingLength != 0u, MCUX_CSSL_FP_FUNCTION_CALLED(mcuxClMemory_copy)) in MCUX_CSSL_FP_FUNCTION_DEF()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c1692 uint32_t remainingLength = tr->transferLength; in USB_HostOhciLinkGtdTr() local
1712 while (0U != remainingLength) in USB_HostOhciLinkGtdTr()
1715 if (tdLength < remainingLength) in USB_HostOhciLinkGtdTr()
1721 tdLength = remainingLength; in USB_HostOhciLinkGtdTr()
1723 remainingLength -= tdLength; in USB_HostOhciLinkGtdTr()
1748 remainingLength = tr->transferLength; in USB_HostOhciLinkGtdTr()
1751 while (0U != remainingLength) in USB_HostOhciLinkGtdTr()
1754 if (tdLength < remainingLength) in USB_HostOhciLinkGtdTr()
1760 tdLength = remainingLength; in USB_HostOhciLinkGtdTr()
1762 remainingLength -= tdLength; in USB_HostOhciLinkGtdTr()
[all …]
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c639 uint32_t remainingLength; in USB_DeviceKhciInterruptTokenDone() local
695remainingLength = khciState->endpointState[index].transferLength - khciState->endpointState[index]… in USB_DeviceKhciInterruptTokenDone()
708 if ((0U == remainingLength) || in USB_DeviceKhciInterruptTokenDone()
775 remainingLength)) in USB_DeviceKhciInterruptTokenDone()
783 … khciState->endpointState[index].transferBuffer, remainingLength); in USB_DeviceKhciInterruptTokenDone()
813 remainingLength = in USB_DeviceKhciInterruptTokenDone()
826 if ((0U == khciState->endpointState[index].transferLength) || (0U == remainingLength) || in USB_DeviceKhciInterruptTokenDone()
846 remainingLength)) in USB_DeviceKhciInterruptTokenDone()
854 … khciState->endpointState[index].transferBuffer, remainingLength); in USB_DeviceKhciInterruptTokenDone()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c481 uint32_t remainingLength; in FTFx_CMD_Program() local
495 remainingLength = lengthInBytes; in FTFx_CMD_Program()
497 while (remainingLength > 0U) in FTFx_CMD_Program()
532 remainingLength -= blockWriteUnitSize; in FTFx_CMD_Program()