Searched defs:PayloadBuffer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.c1403 returns the data from the security protocol command in PayloadBuffer.
1417 PayloadBuffer and return EFI_WARN_BUFFER_TOO_SMALL.
1419 If PayloadBuffer or PayloadTransferSize is NULL and PayloadBufferSize is non-zero,
1448 @param PayloadBuffer A pointer to a destination buffer to store the security
1457 data from the device. The PayloadBuffer contains the truncated data.
1462 @retval EFI_INVALID_PARAMETER The PayloadBuffer or PayloadTransferSize is NULL and
1477 OUT VOID *PayloadBuffer,
1486 if ((PayloadBuffer == NULL || PayloadTransferSize == NULL) && PayloadBufferSize != 0) {
1505 PayloadBuffer,
1522 PayloadBuffer t
1470 AtaStorageSecurityReceiveData( IN EFI_STORAGE_SECURITY_COMMAND_PROTOCOL *This, IN UINT32 MediaId, IN UINT64 Timeout, IN UINT8 SecurityProtocolId, IN UINT16 SecurityProtocolSpecificData, IN UINTN PayloadBufferSize, OUT VOID *PayloadBuffer, OUT UINTN *PayloadTransferSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.h121 UINT8 *PayloadBuffer; member in struct:_IPSEC_RECYCLE_CONTEXT

Completed in 46 milliseconds