Skip to content

Commit

Permalink
doc: cc3xx: Add limitation of rng driver
Browse files Browse the repository at this point in the history
The cryptocell driver can only produce 1024 random bytes per request,
so we should list this limitation.

Ref: NCSDK-24840

Signed-off-by: Markus Swarowsky <[email protected]>
  • Loading branch information
mswarowsky authored and jfischer-no committed Mar 8, 2024
1 parent a904617 commit 5e0199b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/nrf/libraries/security/nrf_security/doc/driver_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,9 @@ The PSA drivers using the Arm CryptoCell peripheral is enabled by default for nR

For devices without a hardware-accelerated cryptographic engine, entropy is provided by the nRF RNG peripheral. PRNG support is provided by the Oberon PSA driver, which is implemented using software.

.. note::
* When using CryptoCell only 1024 bytes can be requested at a time.

Hash configurations
*******************

Expand Down

0 comments on commit 5e0199b

Please sign in to comment.