1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 16:57:35 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher/Mode
Idan Horowitz c8db8d6152 LibCrypto: Exclude class_name() methods from the Kernel
These are only used by Userland and contain infallible String
allocations, so let's just ifdef them out of the Kernel.
2022-02-16 22:21:37 +01:00
..
CBC.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
CTR.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
GCM.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
Mode.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00