Data Fields | |
PX_Cipher * | ciph |
int | block_size |
int | pos |
int | block_no |
int | resync |
uint8 | fr [PGP_MAX_BLOCK] |
uint8 | fre [PGP_MAX_BLOCK] |
uint8 | encbuf [PGP_MAX_BLOCK] |
Definition at line 40 of file pgp-cfb.c.
Definition at line 45 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_resync(), and mix_encrypt_resync().
Definition at line 43 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_resync(), mix_encrypt_resync(), and pgp_cfb_create().
Definition at line 42 of file pgp-cfb.c.
Referenced by cfb_process(), pgp_cfb_create(), and pgp_cfb_free().
uint8 PGP_CFB::encbuf[PGP_MAX_BLOCK] |
Definition at line 49 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_normal(), mix_decrypt_resync(), mix_encrypt_normal(), and mix_encrypt_resync().
uint8 PGP_CFB::fr[PGP_MAX_BLOCK] |
Definition at line 47 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_resync(), mix_encrypt_resync(), and pgp_cfb_create().
uint8 PGP_CFB::fre[PGP_MAX_BLOCK] |
Definition at line 48 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_normal(), mix_decrypt_resync(), mix_encrypt_normal(), and mix_encrypt_resync().
int PGP_CFB::pos |
Definition at line 44 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_normal(), mix_decrypt_resync(), mix_encrypt_normal(), and mix_encrypt_resync().
int PGP_CFB::resync |
Definition at line 46 of file pgp-cfb.c.
Referenced by pgp_cfb_create(), pgp_cfb_decrypt(), and pgp_cfb_encrypt().