From c662bc3e81d6cc7c9265ea9c58b8d1dbf66245ea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:06:50 +0200 Subject: Adding upstream version 1.9. Signed-off-by: Daniel Baumann --- doc/man/nvme_read_key.2 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/man/nvme_read_key.2 (limited to 'doc/man/nvme_read_key.2') diff --git a/doc/man/nvme_read_key.2 b/doc/man/nvme_read_key.2 new file mode 100644 index 0000000..4556a7d --- /dev/null +++ b/doc/man/nvme_read_key.2 @@ -0,0 +1,23 @@ +.TH "nvme_read_key" 9 "nvme_read_key" "May 2024" "libnvme API manual" LINUX +.SH NAME +nvme_read_key \- Read key raw data +.SH SYNOPSIS +.B "unsigned char *" nvme_read_key +.BI "(long keyring_id " "," +.BI "long key_id " "," +.BI "int *len " ");" +.SH ARGUMENTS +.IP "keyring_id" 12 +Id of the keyring holding key_id +.IP "key_id" 12 +Key id +.IP "len" 12 +Length of the returned data +.SH "DESCRIPTION" +Links the keyring specified by \fIkeyring_id\fP into the session +keyring and reads the payload of the key specified by \fIkey_id\fP. +\fIlen\fP holds the size of the returned buffer. +If \fIkeyring\fP is 0 the default keyring '.nvme' is used. +.SH "RETURN" +Pointer to the payload on success, +or NULL with errno set otherwise. -- cgit v1.2.3