PostgreSQL Source Code  git master
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 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

◆ 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

◆ pos

int PGP_CFB::pos

◆ 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: