:orphan: .. title:: CONFIG_TINYCRYPT_CTR_PRNG .. kconfig:: CONFIG_TINYCRYPT_CTR_PRNG CONFIG_TINYCRYPT_CTR_PRNG ######################### *PRNG in counter mode* Type: ``bool`` Help ==== .. code-block:: none This option enables support for the pseudo-random number generator in counter mode. Direct dependencies =================== \ :kconfig:`TINYCRYPT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`JWT_SIGN_ECDSA ` - \ :kconfig:`CTR_DRBG_CSPRNG_GENERATOR ` Kconfig definition ================== At ``/Kconfig.tinycrypt:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:31`` Menu path: (Top) → Modules → TinyCrypt Support .. code-block:: kconfig 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.)*