qcrypto_rng_init()
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Initialize an RNG algorithm
Synopsis:
#include <qcrypto/qcrypto.h>
int qcrypto_rng_init(qcrypto_ctx_t *ctx,
const qcrypto_rng_args_t *rargs)
Arguments:
- ctx
- The algorithm context object.
- rargs
- The RNG arguments.
Library:
libqcryptoDescription:
See also qcrypto_rng_args_t
.
Returns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: