libnvmf_context_set_crypto(9) libnvme API manual NAME libnvmf_context_set_crypto - Set cryptographic parameters for context SYNOPSIS int libnvmf_context_set_crypto (struct libnvmf_context *fctx , const char *hostkey , const char *ctrlkey , const char *keyring , const char *tls_key , const char *tls_key_identity ); ARGUMENTS fctx Fabrics context hostkey Host key ctrlkey Controller key keyring Keyring identifier tls_key TLS key tls_key_identity TLS key identity DESCRIPTION Sets cryptographic and TLS parameters for the context. RETURN 0 on success, negative error code otherwise. September 2026 libnvmf_context_set_crypto libnvmf_context_set_crypto(9)