PostgreSQL Source Code: EncStat Struct Reference (original) (raw)

Data Fields
PGP_CFB * ciph
uint8 buf [ENCBUF]

Detailed Description

Definition at line 151 of file pgp-encrypt.c.

Field Documentation

buf

uint8 EncStat::buf[ENCBUF]

Definition at line 154 of file pgp-encrypt.c.

Referenced by encrypt_process().

ciph

PGP_CFB* EncStat::ciph

Definition at line 153 of file pgp-encrypt.c.

Referenced by encrypt_free(), encrypt_init(), and encrypt_process().


The documentation for this struct was generated from the following file: