Skip to content

Commit

Permalink
nrf_security: oberon: Add ECB to CTR_DRBG
Browse files Browse the repository at this point in the history
The oberon CTR_DRBG algorithm uses the ECB_NO_PADDING internally there
it needs to be selected.

Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
  • Loading branch information
mswarowsky authored and nordicjm committed Aug 16, 2023
1 parent a329ff9 commit c7f8fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/nrf_security/src/drivers/nrf_oberon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ config PSA_CRYPTO_DRIVER_ALG_CTR_DRBG_OBERON
default y
depends on PSA_CRYPTO_DRIVER_ALG_PRNG_OBERON && \
PSA_WANT_ALG_CTR_DRBG
select PSA_WANT_ALG_ECB_NO_PADDING


config PSA_CRYPTO_DRIVER_ALG_HMAC_DRBG_OBERON
bool
Expand Down

0 comments on commit c7f8fc3

Please sign in to comment.