Updated: October 28, 2024 |
RNG algorithm arguments
#include <qcrypto/qcrypto.h>
typedef struct _qcrypto_rng_args { union { struct { const uint8_t *pstr; size_t pstrsize; drbg; void* private; } } qcrypto_rng_args_t;
The DRBG (deterministic random bit generator) personalization string.
The DRBG personalization string length.
Private arguments to pass for other types of ciphers.
The arguments are organized based on the algorithm name.
The private field can be used for custom plugins that implement custom algorithms that the QNX cryptography library API does not support.
For more information, see qcrypto_rng_init().