Searched refs:PayloadBuffer (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DStorageSecurityCommand.h36 returns the data from the security protocol command in PayloadBuffer.
50 PayloadBuffer and return EFI_WARN_BUFFER_TOO_SMALL.
52 If PayloadBuffer or PayloadTransferSize is NULL and PayloadBufferSize is non-zero,
80 @param PayloadBuffer A pointer to a destination buffer to store the security
89 data from the device. The PayloadBuffer contains the truncated data.
94 @retval EFI_INVALID_PARAMETER The PayloadBuffer or PayloadTransferSize is NULL and
109 OUT VOID *PayloadBuffer,
117 PayloadBuffer to the given MediaId. The security protocol command sent is
131 If PayloadBuffer is NULL and PayloadBufferSize is non-zero, the function shall
159 @param PayloadBuffer
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.h894 returns the data from the security protocol command in PayloadBuffer.
908 PayloadBuffer and return EFI_WARN_BUFFER_TOO_SMALL.
910 If PayloadBuffer or PayloadTransferSize is NULL and PayloadBufferSize is non-zero,
939 @param PayloadBuffer A pointer to a destination buffer to store the security
948 data from the device. The PayloadBuffer contains the truncated data.
953 @retval EFI_INVALID_PARAMETER The PayloadBuffer or PayloadTransferSize is NULL and
968 OUT VOID *PayloadBuffer,
976 PayloadBuffer to the given MediaId. The security protocol command sent is
990 If PayloadBuffer is NULL and PayloadBufferSize is non-zero, the function shall
1019 @param PayloadBuffer
[all...]
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
H A DIpSecImpl.c725 if (RecycleContext->PayloadBuffer != NULL) {
726 FreePool (RecycleContext->PayloadBuffer);
1589 RecycleContext->PayloadBuffer = ProcessBuffer;
1992 RecycleContext->PayloadBuffer = ProcessBuffer;

Completed in 293 milliseconds