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.h>
Public Attributes | |
int | Nb |
int | Nr |
unsigned int | keysched [kSchedSize] |
unsigned int | invkeysched [kSchedSize] |
unsigned int | iv [kMaxNb] |
Static Public Attributes | |
static constexpr int | kMaxNb = 8 |
static constexpr int | kMaxNr = 14 |
static constexpr int | kSchedSize = (kMaxNr + 1) * kMaxNb |
Definition at line 22 of file fx_crypt.h.
unsigned int CRYPT_aes_context::invkeysched[kSchedSize] |
Definition at line 30 of file fx_crypt.h.
unsigned int CRYPT_aes_context::iv[kMaxNb] |
Definition at line 31 of file fx_crypt.h.
Referenced by CRYPT_AESSetIV().
unsigned int CRYPT_aes_context::keysched[kSchedSize] |
Definition at line 29 of file fx_crypt.h.
|
staticconstexpr |
Definition at line 23 of file fx_crypt.h.
|
staticconstexpr |
Definition at line 24 of file fx_crypt.h.
Definition at line 25 of file fx_crypt.h.
int CRYPT_aes_context::Nb |
Definition at line 27 of file fx_crypt.h.
Referenced by CRYPT_AESSetIV().
int CRYPT_aes_context::Nr |
Definition at line 28 of file fx_crypt.h.