1nvme_lookup_key(9) libnvme API manual nvme_lookup_key(9)
23
4
NAME
6nvme_lookup_key - Lookup key serial number
7
SYNOPSIS
9long nvme_lookup_key (const char *type , const char *identity );
10
ARGUMENTS
12type Key type
1314
identity Key description
15
DESCRIPTION
17Looks up the serial number of the key identity with type type in the
18current session keyring.
19
RETURN
21The key serial number of the key or 0 with errno set otherwise.
2223
24
25
October 2023 nvme_lookup_key nvme_lookup_key(9)