rc4_key_st

Legacy RC4 key stream state (deprecated; prefer EVP_CIPHER APIs).

Synopsis

Declared in <openssl/rc4.h>

struct rc4_key_st;

Data Members

NameDescription
data RC4 256-byte permutation / S-box.
x RC4 state indices into the permutation table.
y RC4 state indices into the permutation table.