![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_crypt_aes.h>
Public Attributes | |
int | Nb |
int | Nr |
std::array< uint32_t, kSchedSize > | keysched |
std::array< uint32_t, kSchedSize > | invkeysched |
std::array< uint32_t, kMaxNb > | iv |
Static Public Attributes | |
static constexpr int | kMaxNb = 8 |
static constexpr int | kMaxNr = 14 |
static constexpr int | kSchedSize = (kMaxNr + 1) * kMaxNb |
Definition at line 16 of file fx_crypt_aes.h.
std::array<uint32_t, kSchedSize> CRYPT_aes_context::invkeysched |
Definition at line 24 of file fx_crypt_aes.h.
std::array<uint32_t, kMaxNb> CRYPT_aes_context::iv |
Definition at line 25 of file fx_crypt_aes.h.
std::array<uint32_t, kSchedSize> CRYPT_aes_context::keysched |
Definition at line 23 of file fx_crypt_aes.h.
|
staticconstexpr |
Definition at line 17 of file fx_crypt_aes.h.
|
staticconstexpr |
Definition at line 18 of file fx_crypt_aes.h.
Definition at line 19 of file fx_crypt_aes.h.
int CRYPT_aes_context::Nb |
Definition at line 21 of file fx_crypt_aes.h.
Referenced by CRYPT_AESSetIV(), and CRYPT_AESSetKey().
int CRYPT_aes_context::Nr |
Definition at line 22 of file fx_crypt_aes.h.
Referenced by CRYPT_AESSetKey().