File: nvme_gen_dhchap_key.2

package info (click to toggle)
libnvme 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,336 kB
  • sloc: ansic: 30,501; perl: 1,834; sh: 436; python: 190; cpp: 64; makefile: 54
file content (24 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH "nvme_gen_dhchap_key" 9 "nvme_gen_dhchap_key" "April 2025" "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.