NVME-SECURITY-RECV(1) | NVMe Manual | NVME-SECURITY-RECV(1) |
NAME¶
nvme-security-recv - Security Recv command
SYNOPSIS¶
nvme security-recv <device> [--size=<size> | -x <size>]
[--secp=<security-protocol> | -p <security-protocol>]
[--spsp=<protocol-specific> | -s <protocol-specific>]
[--nssf=<nvme-specific> | -N <nvme-specific>]
[--al=<allocation-length> | -t <allocation-length>]
[--namespace-id=<nsid> | -n <nsid>]
[--raw-binary | -b]
DESCRIPTION¶
The Security Receive command transfers the status and data result of one or more Security Send commands that were previously submitted to the controller.
The association between a Security Receive command and previous Security Send commands is dependent on the Security Protocol. The format of the data to be transferred is dependent on the Security Protocol. Refer to SPC-4 for Security Protocol details.
Each Security Receive command returns the appropriate data corresponding to a Security Send command as defined by the rules of the Security Protocol. The Security Receive command data may not be retained if there is a loss of communication between the controller and host, or if a controller reset occurs.
OPTIONS¶
-n <nsid>, --namespace-id=<nsid>
-N <nssf>, --nssf=<nssf>
-x <size>, --size=<size>
-p <security-protocol>, --secp=<security-protocol>
-s <security-protocol-specific>, --spsp=<security-protocol-specific>
-t <allocation-length>, --al=<allocation-length>
-b, --raw-binary
EXAMPLES¶
No Examples
NVME¶
Part of the nvme-user suite
11/11/2021 | NVMe |