Add option for setting size of processed data chunks
authorVeronika Hanulíková <vhanulik@redhat.com>
Thu, 27 Jul 2023 10:03:47 +0000 (12:03 +0200)
committerPauli <ppzgs1@gmail.com>
Sun, 5 May 2024 22:57:51 +0000 (08:57 +1000)
commit0bfd744f8d2b593455b11066cff59f3764bd313c
tree5d29cc73d02f4986a330530489bcf6285135fd7d
parent067fbc01b9e867b31c71091d62f0f9012dc9e41a
Add option for setting size of processed data chunks

For tests in `evp_test`, which support processing in batches.
When not set or set to 0, data are processed with default
sizes (as before).

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21727)
test/evp_test.c