mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-04 11:36:06 +02:00
When working with block cipher modes like GCM(PSA_ALG_IS_AEAD_ON_BLOCK_CIPHER), aead_multipart_internal_func() should calculate the offset in output buffer based on output_length, not using the offset of the input buffer(part_offset). Signed-off-by: Mircea Udrea <mircea.udrea@silexinsight.com>