13 lines
432 B
Groff
13 lines
432 B
Groff
|
.TH "nvme_ctrl_set_tls_key_identity" 9 "nvme_ctrl_set_tls_key_identity" "October 2024" "libnvme API manual" LINUX
|
||
|
.SH NAME
|
||
|
nvme_ctrl_set_tls_key_identity \- Set Derive TLS Identity
|
||
|
.SH SYNOPSIS
|
||
|
.B "void" nvme_ctrl_set_tls_key_identity
|
||
|
.BI "(nvme_ctrl_t c " ","
|
||
|
.BI "const char *identity " ");"
|
||
|
.SH ARGUMENTS
|
||
|
.IP "c" 12
|
||
|
Controller for which the key should be set
|
||
|
.IP "identity" 12
|
||
|
Derive TLS identity or NULL to clear existing key
|