nvme_import_tls_key_versioned(2) libnvme API manual nvme_import_tls_key_versioned(2)

nvme_import_tls_key_versioned - Import a TLS key

unsigned char * nvme_import_tls_key_versioned (const char *encoded_key , unsigned char *version , unsigned char *hmac , size_t *key_len );

TLS key in PSK interchange format
Indicated the representation of the TLS PSK
HMAC algorithm used to transfor the configured PSK in a retained PSK
Length of the resulting key data

Imports key_data in the PSK Interchange format as defined in section 3.6.1.5 of the NVMe TCP Transport specification.

The raw data of the PSK or NULL with errno set on error. It is the responsibility of the caller to free the returned string.

nvme_import_tls_key_versioned January 2025