Home
last modified time | relevance | path

Searched refs:FragmentIndex (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c452 UINT8 FragmentIndex; in IpSecCryptoIoHmac() local
502 for (FragmentIndex = 0; FragmentIndex < FragmentCount; FragmentIndex++) { in IpSecCryptoIoHmac()
505 InDataFragment[FragmentIndex].Data, in IpSecCryptoIoHmac()
506 InDataFragment[FragmentIndex].DataSize in IpSecCryptoIoHmac()
572 UINT8 FragmentIndex; in IpSecCryptoIoHash() local
619 for (FragmentIndex = 0; FragmentIndex < FragmentCount; FragmentIndex++) { in IpSecCryptoIoHash()
622 InDataFragment[FragmentIndex].Data, in IpSecCryptoIoHash()
623 InDataFragment[FragmentIndex].DataSize in IpSecCryptoIoHash()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.c1288 UINTN FragmentIndex; in EfiPxeBcUdpRead() local
1423 for (FragmentIndex = 0; FragmentIndex < Udp6Rx->FragmentCount; FragmentIndex++) { in EfiPxeBcUdpRead()
1424 FragmentLength = Udp6Rx->FragmentTable[FragmentIndex].FragmentLength; in EfiPxeBcUdpRead()
1425 FragmentBuffer = Udp6Rx->FragmentTable[FragmentIndex].FragmentBuffer; in EfiPxeBcUdpRead()
1477 for (FragmentIndex = 0; FragmentIndex < Udp4Rx->FragmentCount; FragmentIndex++) { in EfiPxeBcUdpRead()
1478 FragmentLength = Udp4Rx->FragmentTable[FragmentIndex].FragmentLength; in EfiPxeBcUdpRead()
1479 FragmentBuffer = Udp4Rx->FragmentTable[FragmentIndex].FragmentBuffer; in EfiPxeBcUdpRead()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c1656 UINTN FragmentIndex; in EfiPxeBcUdpRead() local
1829 for (FragmentIndex = 0; FragmentIndex < RxData->FragmentCount; FragmentIndex++) { in EfiPxeBcUdpRead()
1830 FragmentLength = RxData->FragmentTable[FragmentIndex].FragmentLength; in EfiPxeBcUdpRead()
1831 FragmentBuffer = RxData->FragmentTable[FragmentIndex].FragmentBuffer; in EfiPxeBcUdpRead()