|
PostgreSQL Source Code git master
|
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] |
| int PGP_CFB::block_no |
Definition at line 44 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_resync(), and mix_encrypt_resync().
| int PGP_CFB::block_size |
Definition at line 42 of file pgp-cfb.c.
Referenced by cfb_process(), mix_decrypt_resync(), mix_encrypt_resync(), and pgp_cfb_create().
| PX_Cipher* PGP_CFB::ciph |
Definition at line 41 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 48 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 46 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 47 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 43 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 45 of file pgp-cfb.c.
Referenced by pgp_cfb_create(), pgp_cfb_decrypt(), and pgp_cfb_encrypt().