![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Misc/AES.h"#include "Misc/AssertionMacros.h"#include "Misc/CString.h"#include "HAL/PlatformMemory.h"Classes | |
| struct | FAesExpandedKey |
Macros | |
| #define | FORCE_SW_AES_SUPPORT 1 |
| #define | DETECT_HW_AES_SUPPORT_IN_RUNTIME 0 |
| #define | AES256_ROUND_COUNT 14 |
| #define | AES_ENC(a, b, c, d) |
| #define | AES_ENC_LAST(a, b, c, d) |
| #define | AES_DEC(a, b, c, d) |
| #define | AES_DEC_LAST(a, b, c, d) |
Typedefs | |
| typedef void | AesFunc(const uint8 *Key, uint8 *Contents, uint64 NumBytes) |
| #define AES256_ROUND_COUNT 14 |
| #define AES_DEC | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
| #define AES_DEC_LAST | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
| #define AES_ENC | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
| #define AES_ENC_LAST | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
| #define DETECT_HW_AES_SUPPORT_IN_RUNTIME 0 |
| #define FORCE_SW_AES_SUPPORT 1 |