-
CONFIG_TINYCRYPT_CTR_PRNG
¶
PRNG in counter mode
Type: bool
Help¶
This option enables support for the pseudo-random number generator in counter mode.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At ext/lib/crypto/tinycrypt/Kconfig:14
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:9
Menu path: (top menu) → External Sources → Cryptography
config TINYCRYPT_CTR_PRNG bool prompt "PRNG in counter mode" ifTINYCRYPT
depends onTINYCRYPT
help This option enables support for the pseudo-random number generator in counter mode.
(Definitions include propagated dependencies, including from if’s and menus.)