CONFIG_TINYCRYPT_CTR_PRNG

PRNG in counter mode

Type: bool

Help

This option enables support for the pseudo-random number generator in counter mode.

Direct dependencies

TINYCRYPT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/modules/Kconfig.tinycrypt:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:30

Menu path: (Top) → Modules → TinyCrypt Support

config TINYCRYPT_CTR_PRNG
    bool "PRNG in counter mode"
    depends on TINYCRYPT
    help
      This option enables support for the pseudo-random number
      generator in counter mode.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)