File tree 1 file changed +4
-3
lines changed
subsys/sdfw_services/services/psa_crypto
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,17 @@ config SSF_PSA_CRYPTO_SERVICE_OUT_BOUNCE_BUFFERS
22
22
all PSA [inout] and [out] structures that are not aligned to the DCache DataUnit size.
23
23
When this option is disabled, the PSA Crypto service will never use bounce buffers,
24
24
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
26
26
that contain the structure getting written from the remote.
27
27
28
28
if SSF_PSA_CRYPTO_SERVICE_OUT_BOUNCE_BUFFERS
29
29
30
30
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 "
32
32
default 4096
33
33
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.
35
36
36
37
endif # SSF_PSA_CRYPTO_SERVICE_OUT_BOUNCE_BUFFERS
37
38
You can’t perform that action at this time.
0 commit comments