1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher/Mode
Ali Mohammad Pur a4e20a87d5 LibCrypto: Do not assume that the passed in IV is as long as a block
Just take ReadonlyBytes instead of a raw pointer.
Fixes #7072 (tested with the ASAN build fixed by #7060).
2021-05-14 08:39:29 +01:00
..
CBC.h LibCrypto: Do not assume that the passed in IV is as long as a block 2021-05-14 08:39:29 +01:00
CTR.h LibCrypto: Do not assume that the passed in IV is as long as a block 2021-05-14 08:39:29 +01:00
GCM.h LibCrypto: Do not assume that the passed in IV is as long as a block 2021-05-14 08:39:29 +01:00
Mode.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00