:orphan: .. title:: CC310_MBEDTLS_CIPHER_MODE_CTR .. option:: CONFIG_CC310_MBEDTLS_CIPHER_MODE_CTR *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`MBEDTLS_AES_C ` && \ :option:`NORDIC_SECURITY_BACKEND ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MBEDTLS_CIPHER_MODE_CTR ` Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/nrf_security/Kconfig:261`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:5`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14`` Menu path: (Top) → Modules → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AES - Advanced Encryption Standard .. parsed-literal:: config CC310_MBEDTLS_CIPHER_MODE_CTR bool depends on \ :option:`MBEDTLS_AES_C ` && \ :option:`NORDIC_SECURITY_BACKEND ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*