mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-14 08:02:54 -04:00

In multipart cipher tests, test that each step of psa_cipher_update produces output of the expected length. The length is hard-coded in the test data since it depends on the mode. The length of the output of psa_cipher_finish is effectively tested because it's the total output length minus the length produced by the update steps.