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_rc4_context Struct Reference

#include <fx_crypt.h>

Collaboration diagram for CRYPT_rc4_context:

Public Attributes

int32_t x
int32_t y
std::array< int32_t, kPermutationLengthm

Static Public Attributes

static constexpr int32_t kPermutationLength = 256

Detailed Description

Definition at line 17 of file fx_crypt.h.

Member Data Documentation

◆ kPermutationLength

int32_t CRYPT_rc4_context::kPermutationLength = 256
staticconstexpr

Definition at line 18 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().

◆ m

std::array<int32_t, kPermutationLength> CRYPT_rc4_context::m

Definition at line 22 of file fx_crypt.h.

◆ x

int32_t CRYPT_rc4_context::x

Definition at line 20 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().

◆ y

int32_t CRYPT_rc4_context::y

Definition at line 21 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().


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