Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PGP_CFB Struct Reference

Data Fields

PX_Cipherciph
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 40 of file pgp-cfb.c.


Field Documentation

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]
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 46 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: