The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_TINYCRYPT_SHA256_HMAC_PRNG

PRNG (via HMAC-SHA256) support

Type: bool

Help

This option enables support for pseudo-random number generator.

Direct dependencies

TINYCRYPT_SHA256_HMAC

(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:35

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

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

config TINYCRYPT_SHA256_HMAC_PRNG
    bool
    prompt "PRNG (via HMAC-SHA256) support" if TINYCRYPT_SHA256_HMAC
    depends on TINYCRYPT_SHA256_HMAC
    help
      This option enables support for pseudo-random number
      generator.

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