CONFIG_MBEDTLS_PSA_BUILTIN_ALG_CFB

PSA AES CFB support - builtin

Type: bool

Direct dependencies

PSA_WANT_ALG_CFB && PSA_CRYPTO_DRIVER_BUILTIN && PSA_CRYPTO_DRIVER_BUILTIN && MBEDTLS_PSA_CRYPTO_C && NRF_SECURITY

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <nrfxlib>/nrf_security/src/drivers/builtin/Kconfig:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:13<nrfxlib>/nrf_security/Kconfig:108<nrfxlib>/nrf_security/Kconfig.psa:51<nrfxlib>/nrf_security/src/drivers/Kconfig:84

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module → Enable PSA crypto APIs → PSA Builtin

config MBEDTLS_PSA_BUILTIN_ALG_CFB
    bool "PSA AES CFB support - builtin" if !PSA_PROMPTLESS
    default y if !PSA_DEFAULT_OFF && !PSA_CRYPTO_DRIVER_ALG_CFB_CC3XX
    depends on PSA_WANT_ALG_CFB && PSA_CRYPTO_DRIVER_BUILTIN && PSA_CRYPTO_DRIVER_BUILTIN && MBEDTLS_PSA_CRYPTO_C && NRF_SECURITY

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)