PostgreSQL Source Code  git master
MDCBufData Struct Reference

Data Fields

PGP_Contextctx
 
int eof
 
int buflen
 
int avail
 
uint8pos
 
int mdc_avail
 
uint8 mdc_buf [22]
 
uint8 buf [MDCBUF_LEN]
 

Detailed Description

Definition at line 433 of file pgp-decrypt.c.

Field Documentation

◆ avail

int MDCBufData::avail

Definition at line 438 of file pgp-decrypt.c.

Referenced by mdcbuf_load_data(), mdcbuf_read(), and mdcbuf_refill().

◆ buf

uint8 MDCBufData::buf[MDCBUF_LEN]

Definition at line 442 of file pgp-decrypt.c.

Referenced by mdcbuf_init(), and mdcbuf_refill().

◆ buflen

int MDCBufData::buflen

Definition at line 437 of file pgp-decrypt.c.

Referenced by mdcbuf_init(), and mdcbuf_refill().

◆ ctx

PGP_Context* MDCBufData::ctx

Definition at line 435 of file pgp-decrypt.c.

Referenced by mdcbuf_finish(), mdcbuf_init(), and mdcbuf_load_data().

◆ eof

int MDCBufData::eof

Definition at line 436 of file pgp-decrypt.c.

Referenced by mdcbuf_finish(), and mdcbuf_read().

◆ mdc_avail

int MDCBufData::mdc_avail

Definition at line 440 of file pgp-decrypt.c.

Referenced by mdcbuf_load_mdc(), and mdcbuf_refill().

◆ mdc_buf

uint8 MDCBufData::mdc_buf[22]

Definition at line 441 of file pgp-decrypt.c.

Referenced by mdcbuf_finish(), mdcbuf_load_mdc(), and mdcbuf_refill().

◆ pos

uint8* MDCBufData::pos

Definition at line 439 of file pgp-decrypt.c.

Referenced by mdcbuf_load_data(), mdcbuf_read(), and mdcbuf_refill().


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