Skip to content

Commit d617e44

Browse files
tomi-fontendre-nordic
authored andcommitted
samples: crypto: aes_gcm: fix Oberon test scenario for nRF54L15
Disabling the CRACEN driver altogether makes the key generation fail. Only disable the CRACEN AEAD driver instead. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent bb5a687 commit d617e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/crypto/aes_gcm/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests:
2727
sysbuild: true
2828
extra_args:
2929
- CONFIG_PSA_CRYPTO_DRIVER_OBERON=y
30-
- CONFIG_PSA_CRYPTO_DRIVER_CRACEN=n
30+
- CONFIG_PSA_USE_CRACEN_AEAD_DRIVER=n
3131
tags:
3232
- introduction
3333
- psa

0 commit comments

Comments
 (0)