iPXE
Data Fields
arc4_ctx Struct Reference

#include <arc4.h>

Data Fields

int i
 
int j
 
u8 state [256]
 

Detailed Description

Definition at line 10 of file arc4.h.

Field Documentation

◆ i

int arc4_ctx::i

Definition at line 11 of file arc4.h.

Referenced by arc4_setkey(), and arc4_xor().

◆ j

int arc4_ctx::j

Definition at line 11 of file arc4.h.

Referenced by arc4_setkey(), and arc4_xor().

◆ state

u8 arc4_ctx::state[256]

Definition at line 12 of file arc4.h.


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