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