#include <blowfish.h>
Definition at line 32 of file blowfish.h.
Data Fields | |
| u_int32_t | word |
| u_int8_t | byte [4] |
| struct { | |
| unsigned int byte3:8 | |
| unsigned int byte2:8 | |
| unsigned int byte1:8 | |
| unsigned int byte0:8 | |
| } | w |
| u_int32_t aword::word |
Definition at line 33 of file blowfish.h.
Referenced by blowfish_decipher(), blowfish_encipher(), and blowfish_init().
| u_int8_t aword::byte[4] |
Definition at line 34 of file blowfish.h.
| unsigned int aword::byte3 |
| unsigned int aword::byte2 |
| unsigned int aword::byte1 |
| unsigned int aword::byte0 |
| struct { ... } aword::w |
Referenced by blowfish_init().
1.5.6