Data Fields | |
uint8 | keybuf [INT_MAX_KEY] |
uint8 | iv [INT_MAX_IV] |
union { | |
BlowfishContext bf | |
rijndael_ctx rj | |
} | ctx |
unsigned | keylen |
int | is_init |
int | mode |
Definition at line 247 of file internal.c.
Definition at line 253 of file internal.c.
Referenced by bf_decrypt(), bf_encrypt(), and bf_init().
union { ... } int_ctx::ctx |
Referenced by bf_decrypt(), bf_encrypt(), bf_init(), rj_decrypt(), rj_encrypt(), and rj_real_init().
int int_ctx::is_init |
Definition at line 257 of file internal.c.
Referenced by rj_decrypt(), and rj_encrypt().
uint8 int_ctx::iv[INT_MAX_IV] |
Definition at line 250 of file internal.c.
Referenced by rj_decrypt(), rj_encrypt(), and rj_init().
uint8 int_ctx::keybuf[INT_MAX_KEY] |
Definition at line 249 of file internal.c.
Referenced by rj_init(), and rj_real_init().
unsigned int_ctx::keylen |
Definition at line 256 of file internal.c.
Referenced by rj_init(), and rj_real_init().
int int_ctx::mode |
Definition at line 258 of file internal.c.
Referenced by bf_decrypt(), bf_encrypt(), bf_load(), rj_decrypt(), rj_encrypt(), and rj_load().
Definition at line 254 of file internal.c.
Referenced by rj_decrypt(), rj_encrypt(), and rj_real_init().