:orphan: .. title:: CONFIG_MBEDTLS_POLY1305_ALT .. kconfig:: CONFIG_MBEDTLS_POLY1305_ALT CONFIG_MBEDTLS_POLY1305_ALT ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`CC3XX_MBEDTLS_POLY1305_C ` || \ :kconfig:`OBERON_MBEDTLS_POLY1305_C `) && \ :kconfig:`MBEDTLS_POLY1305_C ` && \ :kconfig:`NRF_SECURITY_ANY_BACKEND ` && \ :kconfig:`NORDIC_SECURITY_BACKEND ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/nrf_security/Kconfig:858`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:86`` → ``/Kconfig.nrfxlib:13`` Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AEAD - Authenticated Encryption with Associated Data → POLY1305 module support .. code-block:: kconfig config MBEDTLS_POLY1305_ALT bool default y depends on (CC3XX_MBEDTLS_POLY1305_C || OBERON_MBEDTLS_POLY1305_C) && MBEDTLS_POLY1305_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*