Files
FFmpeg/tests
Shreesh Adiga 7b9eeadda0 tests/checkasm/aes: fix memcmp size argument
sizeof(16 * count) evaluates to 4 and thus only the first 4 bytes of aes
output was being compared. Removing the sizeof operator will ensure that
the whole output buffer will be compared.
2026-07-12 19:44:48 +00:00
..