Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CRYPT_aes_context Struct Reference

#include <fx_crypt_aes.h>

Collaboration diagram for CRYPT_aes_context:

Public Attributes

int Nb
int Nr
std::array< uint32_t, kSchedSizekeysched
std::array< uint32_t, kSchedSizeinvkeysched
std::array< uint32_t, kMaxNbiv

Static Public Attributes

static constexpr int kMaxNb = 8
static constexpr int kMaxNr = 14
static constexpr int kSchedSize = (kMaxNr + 1) * kMaxNb

Detailed Description

Definition at line 16 of file fx_crypt_aes.h.

Member Data Documentation

◆ invkeysched

std::array<uint32_t, kSchedSize> CRYPT_aes_context::invkeysched

Definition at line 24 of file fx_crypt_aes.h.

◆ iv

std::array<uint32_t, kMaxNb> CRYPT_aes_context::iv

Definition at line 25 of file fx_crypt_aes.h.

◆ keysched

std::array<uint32_t, kSchedSize> CRYPT_aes_context::keysched

Definition at line 23 of file fx_crypt_aes.h.

◆ kMaxNb

int CRYPT_aes_context::kMaxNb = 8
staticconstexpr

Definition at line 17 of file fx_crypt_aes.h.

◆ kMaxNr

int CRYPT_aes_context::kMaxNr = 14
staticconstexpr

Definition at line 18 of file fx_crypt_aes.h.

◆ kSchedSize

int CRYPT_aes_context::kSchedSize = (kMaxNr + 1) * kMaxNb
staticconstexpr

Definition at line 19 of file fx_crypt_aes.h.

◆ Nb

int CRYPT_aes_context::Nb

Definition at line 21 of file fx_crypt_aes.h.

Referenced by CRYPT_AESSetIV(), and CRYPT_AESSetKey().

◆ Nr

int CRYPT_aes_context::Nr

Definition at line 22 of file fx_crypt_aes.h.

Referenced by CRYPT_AESSetKey().


The documentation for this struct was generated from the following file: