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