PrngContext Union Reference

Generic PRNG algorithm context. More...

#include <prng_algorithms.h>

Data Fields

HashDrbgContext hashDrbgContext
 
HmacDrbgContext hmacDrbgContext
 
CtrDrbgContext ctrDrbgContext
 
XdrbgContext xdrbgContext
 

Detailed Description

Generic PRNG algorithm context.

Definition at line 67 of file prng_algorithms.h.

Field Documentation

◆ ctrDrbgContext

CtrDrbgContext ctrDrbgContext

Definition at line 76 of file prng_algorithms.h.

◆ hashDrbgContext

HashDrbgContext hashDrbgContext

Definition at line 70 of file prng_algorithms.h.

◆ hmacDrbgContext

HmacDrbgContext hmacDrbgContext

Definition at line 73 of file prng_algorithms.h.

◆ xdrbgContext

XdrbgContext xdrbgContext

Definition at line 79 of file prng_algorithms.h.


The documentation for this union was generated from the following file: