Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_import_tls_key - Import a TLS key

Arguments

encoded_key TLS key in PSK interchange format key_len Length of the resulting key data hmac HMAC algorithm

Description

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

Name

nvme_import_tls_key - Import a TLS key

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. August 2025 nvme_import_tls_key nvme_import_tls_key(2)

Synopsis

unsignedchar*nvme_import_tls_key(constchar*encoded_key,int*key_len,unsignedint*hmac);

See Also