1nvme_security_send(9) libnvme API manual nvme_security_send(9)
2
3
4
6 nvme_security_send - Security Send command
7
9 int nvme_security_send (struct nvme_security_send_args *args );
10
12 args struct nvme_security_send argument structure
13
15 The Security Send command transfers security protocol data to the con‐
16 troller. The data structure transferred to the controller as part of
17 this command contains security protocol specific commands to be per‐
18 formed by the controller. The data structure transferred may also con‐
19 tain data or parameters associated with the security protocol commands.
20
21 The security data is protocol specific and is not defined by the NVMe
22 specification.
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30November 2022 nvme_security_send nvme_security_send(9)