Updated: October 28, 2024 |
Query whether the specified key generation algorithm is supported
#include <qcrypto/qcrypto_keys.h>
int qcrypto_keygen_supported(const char *name, const char *tag, unsigned flags)
This function checks whether a particular key generation algorithm is supported by the library.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.