Rizin
unix-like reverse engineering framework and cli tools
rc4_state Struct Reference

Public Attributes

ut8 perm [256]
 
ut8 index1
 
ut8 index2
 
int key_size
 

Detailed Description

Definition at line 8 of file crypto_rc4.c.

Member Data Documentation

◆ index1

ut8 rc4_state::index1

Definition at line 10 of file crypto_rc4.c.

◆ index2

ut8 rc4_state::index2

Definition at line 11 of file crypto_rc4.c.

◆ key_size

int rc4_state::key_size

Definition at line 12 of file crypto_rc4.c.

Referenced by rc4_get_key_size().

◆ perm

ut8 rc4_state::perm[256]

Definition at line 9 of file crypto_rc4.c.


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