Skip to content

Commit 45f3548

Browse files
Apply suggestions from code review
Co-authored-by: Sebastian Bøe <Sebastian.boe@nordicsemi.no>
1 parent 890e103 commit 45f3548

File tree

1 file changed

+4
-3
lines changed
  • subsys/sdfw_services/services/psa_crypto

1 file changed

+4
-3
lines changed

subsys/sdfw_services/services/psa_crypto/Kconfig

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ config SSF_PSA_CRYPTO_SERVICE_OUT_BOUNCE_BUFFERS
2222
all PSA [inout] and [out] structures that are not aligned to the DCache DataUnit size.
2323
When this option is disabled, the PSA Crypto service will never use bounce buffers,
2424
and the application must ensure that the structures are cache-safe.
25-
The structures are cache-safe if there is no writes locally to any of the DataUnits
25+
The structures are cache-safe if there are no writes locally to any of the DataUnits
2626
that contain the structure getting written from the remote.
2727

2828
if SSF_PSA_CRYPTO_SERVICE_OUT_BOUNCE_BUFFERS
2929

3030
config SSF_PSA_CRYPTO_SERVICE_OUT_HEAP_SIZE
31-
int "Size of the heap buffer used for out buffer"
31+
int "Size of the heap used to buffer output from PSA function calls"
3232
default 4096
3333
help
34-
Size of the heap buffer used for out buffer
34+
Size of the heap buffer used for out buffer.
35+
Reducing the size may trigger PSA_ERROR_INSUFFICIENT_MEMORY in PSA calls.
3536

3637
endif # SSF_PSA_CRYPTO_SERVICE_OUT_BOUNCE_BUFFERS
3738

0 commit comments

Comments
 (0)