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.h>

+ Collaboration diagram for CRYPT_aes_context:

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
 

Detailed Description

Definition at line 22 of file fx_crypt.h.

Member Data Documentation

◆ invkeysched

unsigned int CRYPT_aes_context::invkeysched[kSchedSize]

Definition at line 30 of file fx_crypt.h.

◆ iv

unsigned int CRYPT_aes_context::iv[kMaxNb]

Definition at line 31 of file fx_crypt.h.

Referenced by CRYPT_AESSetIV().

◆ keysched

unsigned int CRYPT_aes_context::keysched[kSchedSize]

Definition at line 29 of file fx_crypt.h.

◆ kMaxNb

int CRYPT_aes_context::kMaxNb = 8
staticconstexpr

Definition at line 23 of file fx_crypt.h.

◆ kMaxNr

int CRYPT_aes_context::kMaxNr = 14
staticconstexpr

Definition at line 24 of file fx_crypt.h.

◆ kSchedSize

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

Definition at line 25 of file fx_crypt.h.

◆ Nb

int CRYPT_aes_context::Nb

Definition at line 27 of file fx_crypt.h.

Referenced by CRYPT_AESSetIV().

◆ Nr

int CRYPT_aes_context::Nr

Definition at line 28 of file fx_crypt.h.


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