:orphan: .. title:: CONFIG_CS_CTR_DRBG_PERSONALIZATION .. kconfig:: CONFIG_CS_CTR_DRBG_PERSONALIZATION CONFIG_CS_CTR_DRBG_PERSONALIZATION ################################## *CTR-DRBG Personalization string* Type: ``string`` Help ==== .. code-block:: none Personalization data can be provided in addition to the entropy source to make the initialization of the CTR-DRBG as unique as possible. Direct dependencies =================== \ :kconfig:`CTR_DRBG_CSPRNG_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - "zephyr ctr-drbg seed" Kconfig definition ================== At ``/random/Kconfig:104`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Random Number Generators .. code-block:: kconfig config CS_CTR_DRBG_PERSONALIZATION string "CTR-DRBG Personalization string" default "zephyr ctr-drbg seed" depends on CTR_DRBG_CSPRNG_GENERATOR help Personalization data can be provided in addition to the entropy source to make the initialization of the CTR-DRBG as unique as possible. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*