Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
24
doc/man/nvme_gen_dhchap_key.2
Normal file
24
doc/man/nvme_gen_dhchap_key.2
Normal file
|
@ -0,0 +1,24 @@
|
|||
.TH "nvme_gen_dhchap_key" 9 "nvme_gen_dhchap_key" "April 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_gen_dhchap_key \- DH-HMAC-CHAP key generation
|
||||
.SH SYNOPSIS
|
||||
.B "int" nvme_gen_dhchap_key
|
||||
.BI "(char *hostnqn " ","
|
||||
.BI "enum nvme_hmac_alg hmac " ","
|
||||
.BI "unsigned int key_len " ","
|
||||
.BI "unsigned char *secret " ","
|
||||
.BI "unsigned char *key " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "hostnqn" 12
|
||||
Host NVMe Qualified Name
|
||||
.IP "hmac" 12
|
||||
HMAC algorithm
|
||||
.IP "key_len" 12
|
||||
Output key length
|
||||
.IP "secret" 12
|
||||
Secret to used for digest
|
||||
.IP "key" 12
|
||||
Generated DH-HMAC-CHAP key
|
||||
.SH "RETURN"
|
||||
If key generation was successful the function returns 0 or
|
||||
-1 with errno set otherwise.
|
Loading…
Add table
Add a link
Reference in a new issue