Scroll to navigation

nvme_security_send(2) libnvme API manual nvme_security_send(2)

NAME

nvme_security_send - Security Send command

SYNOPSIS

int nvme_security_send (struct nvme_security_send_args *args );

ARGUMENTS

struct nvme_security_send argument structure

DESCRIPTION

The Security Send command transfers security protocol data to the controller. The data structure transferred to the controller as part of this command contains security protocol specific commands to be performed by the controller. The data structure transferred may also contain data or parameters associated with the security protocol commands.

The security data is protocol specific and is not defined by the NVMe specification.

RETURN

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

nvme_security_send February 2024