Lines Matching full:command

2   EFI Storage Security Command Protocol as defined in UEFI 2.3.1 specification.
24 Send a security protocol command to a device that receives data and/or the result
27 The ReceiveData function sends a security protocol command to the given MediaId.
28 The security protocol command sent is defined by SecurityProtocolId and contains
30 returns the data from the security protocol command in PayloadBuffer.
32 For devices supporting the SCSI command set, the security protocol command is sent
33 using the SECURITY PROTOCOL IN command defined in SPC-4.
35 For devices supporting the ATA command set, the security protocol command is sent
39 If the PayloadBufferSize is zero, the security protocol command is sent using the
40 Trusted Non-Data command defined in ATA8-ACS.
43 protocol command, the function shall copy PayloadBufferSize bytes into the
57 If the security protocol command completes without an error, the function shall
58 return EFI_SUCCESS. If the security protocol command completes with an error, the
64 of the security protocol command. A Timeout value of 0
66 security protocol command to execute. If Timeout is greater
68 … time required to execute the receive data command is greater than Timeout.
70 the security protocol command to be sent.
72 of the security protocol command to be sent.
75 protocol command specific payload data for the security
76 protocol command. The caller is responsible for having
81 @retval EFI_SUCCESS The security protocol command completed successfully.
85 @retval EFI_DEVICE_ERROR The security protocol command completed with an error.
91 protocol command to execute.
108 Send a security protocol command to a device.
110 The SendData function sends a security protocol command containing the payload
111 PayloadBuffer to the given MediaId. The security protocol command sent is
113 SecurityProtocolSpecificData. If the underlying protocol command requires a
114 specific padding for the command payload, the SendData function shall add padding
115 bytes to the command payload to satisfy the padding requirements.
117 For devices supporting the SCSI command set, the security protocol command is sent
118 using the SECURITY PROTOCOL OUT command defined in SPC-4.
120 For devices supporting the ATA command set, the security protocol command is sent
122 is non-zero. If the PayloadBufferSize is zero, the security protocol command is
123 sent using the Trusted Non-Data command defined in ATA8-ACS.
136 If the security protocol command completes without an error, the function shall return
137 EFI_SUCCESS. If the security protocol command completes with an error, the function
143 of the security protocol command. A Timeout value of 0
145 security protocol command to execute. If Timeout is greater
147 … time required to execute the receive data command is greater than Timeout.
149 the security protocol command to be sent.
151 of the security protocol command to be sent.
154 protocol command specific payload data for the security
155 protocol command.
157 @retval EFI_SUCCESS The security protocol command completed successfully.
159 @retval EFI_DEVICE_ERROR The security protocol command completed with an error.
164 protocol command to execute.
182 /// are supported. SendData sends a command with data to a device. ReceiveData
183 /// sends a command that receives data and/or the result of one or more commands
186 /// The security protocol command formats supported shall be based on the definition
188 /// If the device uses the SCSI command set, no translation is needed in the firmware
190 /// PROTOCOL OUT command and send the command to the device. If the device uses a
191 /// non-SCSI command set, the firmware shall map the command and data payload to the
192 /// corresponding command and payload format defined in the non-SCSI command set