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
 
int32_t m [kPermutationLength]
 

Static Public Attributes

static constexpr int32_t kPermutationLength = 256
 

Detailed Description

Definition at line 14 of file fx_crypt.h.

Member Data Documentation

◆ kPermutationLength

int32_t CRYPT_rc4_context::kPermutationLength = 256
staticconstexpr

Definition at line 15 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().

◆ m

int32_t CRYPT_rc4_context::m[kPermutationLength]

Definition at line 19 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().

◆ x

int32_t CRYPT_rc4_context::x

Definition at line 17 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().

◆ y

int32_t CRYPT_rc4_context::y

Definition at line 18 of file fx_crypt.h.

Referenced by CRYPT_ArcFourSetup().


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