1
0
Fork 0
libnvme/doc/man/nvme_lookup_key.2
Daniel Baumann 70a0abe13f
Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:09:15 +01:00

18 lines
503 B
Groff

.TH "nvme_lookup_key" 9 "nvme_lookup_key" "June 2023" "libnvme API manual" LINUX
.SH NAME
nvme_lookup_key \- Lookup key serial number
.SH SYNOPSIS
.B "long" nvme_lookup_key
.BI "(const char *type " ","
.BI "const char *identity " ");"
.SH ARGUMENTS
.IP "type" 12
Key type
.IP "identity" 12
Key description
.SH "DESCRIPTION"
Looks up the serial number of the key \fIidentity\fP
with type type in the current session keyring.
.SH "RETURN"
The key serial number of the key
or 0 with errno set otherwise.