ReactOS 0.4.15-dev-7958-gcd0bb1a
_RC4_CONTEXT Struct Reference

#include <rc4.h>

Public Attributes

unsigned char state [256]
 
unsigned char x
 
unsigned char y
 

Detailed Description

Definition at line 4 of file rc4.h.

Member Data Documentation

◆ state

unsigned char _RC4_CONTEXT::state[256]

Definition at line 6 of file rc4.h.

Referenced by rc4_crypt(), and rc4_init().

◆ x

unsigned char _RC4_CONTEXT::x

Definition at line 7 of file rc4.h.

Referenced by rc4_crypt(), and rc4_init().

◆ y

unsigned char _RC4_CONTEXT::y

Definition at line 7 of file rc4.h.

Referenced by rc4_crypt(), and rc4_init().


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