Updated: October 28, 2024 |
Query whether a signature is supported
#include <qcrypto/qcrypto.h>
int qcrypto_signature_supported(const char *name, const char *tag, unsigned flags)
This function checks whether a cryptography provider (represented by its corresponding plugin) supports the specified signature.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.