Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JitterentropyFlags

Flags that controls the behaviour of Jitterentropy TRNG. For the usage details please refer to the mandoc Jitterentropy(3).

Index

Enumeration members

JENT_DISABLE_MEMORY_ACCESS

JENT_DISABLE_MEMORY_ACCESS: = 4

Disables the allocation of thatmemory and therefore memory accesses. But that also implies that the entropycollection process onlyrelies on the complexity of the CPU.

JENT_DISABLE_STIR

JENT_DISABLE_STIR: = 1

Disables theuse of the stirring function with the newly generated random number before it is given to the caller.

JENT_DISABLE_UNBIAS

JENT_DISABLE_UNBIAS: = 2

Disables the Von-Neumann unbias operation.

NONE

NONE: = 0

Generated using TypeDoc