CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
BLOWFISH_CTX Struct Reference

#include <blowfish.h>

Public Attributes

uInt32 P [16+2]
 
uInt32 S [4][256]
 

Detailed Description

Definition at line 40 of file blowfish.h.

Member Data Documentation

uInt32 BLOWFISH_CTX::P[16+2]

Definition at line 41 of file blowfish.h.

Referenced by Blowfish_Decrypt(), Blowfish_Encrypt(), and Blowfish_Init().

uInt32 BLOWFISH_CTX::S[4][256]

Definition at line 42 of file blowfish.h.

Referenced by Blowfish_Init(), and F().