12 lines
386 B
Groff
12 lines
386 B
Groff
.TH "nvme_host_set_dhchap_key" 9 "nvme_host_set_dhchap_key" "November 2024" "libnvme API manual" LINUX
|
|
.SH NAME
|
|
nvme_host_set_dhchap_key \- set host key
|
|
.SH SYNOPSIS
|
|
.B "void" nvme_host_set_dhchap_key
|
|
.BI "(nvme_host_t h " ","
|
|
.BI "const char *key " ");"
|
|
.SH ARGUMENTS
|
|
.IP "h" 12
|
|
Host for which the key should be set
|
|
.IP "key" 12
|
|
DH-HMAC-CHAP Key to set or NULL to clear existing key
|