Skip to content

Commit 51c86ee

Browse files
nordicjmrlubos
authored andcommitted
doc: nrf: security: crypto: Fix Kconfig name
Fixes an invalid Kconfig name Signed-off-by: Jamie McCrae <[email protected]>
1 parent ac9cdae commit 51c86ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrf/security/crypto/crypto_supported_features.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ The following tables show the ``CONFIG_PSA_USE_*`` Kconfig options for configuri
22972297
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_NO_PADDING`
22982298
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_PKCS7`
22992299
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CTR`
2300-
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_NO_TAG`
2300+
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_STAR_NO_TAG`
23012301
| :kconfig:option:`CONFIG_PSA_WANT_ALG_STREAM_CIPHER`
23022302
23032303
.. tab:: nRF53 Series
@@ -2334,7 +2334,7 @@ The following tables show the ``CONFIG_PSA_USE_*`` Kconfig options for configuri
23342334
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_NO_PADDING`
23352335
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_PKCS7`
23362336
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CTR`
2337-
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_NO_TAG`
2337+
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_STAR_NO_TAG`
23382338
| :kconfig:option:`CONFIG_PSA_WANT_ALG_STREAM_CIPHER`
23392339
23402340
.. tab:: nRF54L Series
@@ -2371,7 +2371,7 @@ The following tables show the ``CONFIG_PSA_USE_*`` Kconfig options for configuri
23712371
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_NO_PADDING`
23722372
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_PKCS7`
23732373
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CTR`
2374-
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_NO_TAG`
2374+
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_STAR_NO_TAG`
23752375
| :kconfig:option:`CONFIG_PSA_WANT_ALG_STREAM_CIPHER`
23762376
23772377
.. tab:: nRF91 Series
@@ -2408,7 +2408,7 @@ The following tables show the ``CONFIG_PSA_USE_*`` Kconfig options for configuri
24082408
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_NO_PADDING`
24092409
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CBC_PKCS7`
24102410
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CTR`
2411-
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_NO_TAG`
2411+
| :kconfig:option:`CONFIG_PSA_WANT_ALG_CCM_STAR_NO_TAG`
24122412
| :kconfig:option:`CONFIG_PSA_WANT_ALG_STREAM_CIPHER`
24132413
24142414

0 commit comments

Comments
 (0)