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