xoreos
0.0.5
|
Public Member Functions | |
BlowfishContext () | |
~BlowfishContext () | |
Public Attributes | |
uint32 | P [kRoundCount+2] |
Blowfish round keys. More... | |
uint32 | S [4][256] |
Key-dependant S-boxes. More... | |
Definition at line 75 of file blowfish.cpp.
|
inline |
Definition at line 79 of file blowfish.cpp.
|
inline |
Definition at line 84 of file blowfish.cpp.
uint32 Common::BlowfishContext::P[kRoundCount+2] |
Blowfish round keys.
Definition at line 76 of file blowfish.cpp.
Referenced by BlowfishContext(), Common::blowfishDec(), Common::blowfishEnc(), and Common::blowfishSetKey().
uint32 Common::BlowfishContext::S[4][256] |
Key-dependant S-boxes.
Definition at line 77 of file blowfish.cpp.
Referenced by BlowfishContext(), Common::blowfishSetKey(), and Common::F().