| Updated: October 28, 2024 |
Request a MAC algorithm
#include <qcrypto/qcrypto.h>
int qcrypto_mac_request(const char *name,
const char *tag,
unsigned flags,
qcrypto_ctx_t **ctx)
This function requests a particular algorithm from the library.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.