PostgreSQL Source Code: PGP_CFB Struct Reference (original) (raw)
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] |
Detailed Description
Definition at line 39 of file pgp-cfb.c.
Field Documentation
◆ block_no
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().
◆ block_size
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().
◆ ciph
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().
◆ encbuf
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().
◆ fr
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().
◆ fre
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().
◆ pos
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().
◆ 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().
The documentation for this struct was generated from the following file:
- contrib/pgcrypto/pgp-cfb.c