The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At ext/lib/crypto/tinycrypt/Kconfig:14

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:13ext/lib/crypto/Kconfig:9

Menu path: (top menu) → External Sources → Cryptography

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

(Definitions include propagated dependencies, including from if’s and menus.)