mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04:00
Add note about support for buffer overlap
Note that enabling MBEDTLS_PSA_COPY_CALLER_BUFFERS allows full buffer overlap support, whereas without it, overlap support is reduced to that documented in the function descriptions. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
9c97fda0ab
commit
93b2dc7853
@ -1579,7 +1579,10 @@
|
|||||||
* an untrusted party, for example where arguments to PSA calls are passed
|
* an untrusted party, for example where arguments to PSA calls are passed
|
||||||
* across a trust boundary.
|
* across a trust boundary.
|
||||||
*
|
*
|
||||||
* Note: Enabling this option increases memory usage and code size.
|
* \note Enabling this option increases memory usage and code size.
|
||||||
|
*
|
||||||
|
* \note Enabling this option enables full support for overlap of input and
|
||||||
|
* output buffers passed to PSA functions.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_PSA_COPY_CALLER_BUFFERS
|
#define MBEDTLS_PSA_COPY_CALLER_BUFFERS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user