Updated: October 28, 2024 |
Request a key from the QNX cryptography library
#include <qcrypto/qcrypto_keys.h>
int qcrypto_keygen_request(const char *name, const char *tag, unsigned flags, qcrypto_ctx_t **ctx)
This function is used to request a specific key algorithm from the qcrypto library.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.