mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 02:54:01 +00:00
657ff4fd09
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>