| Updated: October 28, 2024 |
Load a private key from a file
#include <qcrypto/qcrypto_keys.h>
int qcrypto_privkey_from_file(qcrypto_ctx_t *ctx,
qcrypto_key_t **key,
const char *filename,
qcrypto_key_format_t fmt)
This function loads a private key from the specified file.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.