nvme_import_tls_key_versioned - Man Page
Import a TLS key
Synopsis
unsigned char * nvme_import_tls_key_versioned (const char *encoded_key , unsigned char *version , unsigned char *hmac , size_t *key_len );
Arguments
- encoded_key
TLS key in PSK interchange format
- version
Indicated the representation of the TLS PSK
- hmac
HMAC algorithm used to transfor the configured PSK in a retained PSK
- key_len
Length of the resulting key data
Description
Imports key_data in the PSK Interchange format as defined in section 3.6.1.5 of the NVMe TCP Transport specification.
Return
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.
Info
November 2024 libnvme API manual