|
PostgreSQL Source Code git master
|
Data Fields | |
| PGP_Context * | ctx |
| int | eof |
| int | buflen |
| int | avail |
| uint8 * | pos |
| int | mdc_avail |
| uint8 | mdc_buf [22] |
| uint8 | buf [MDCBUF_LEN] |
Definition at line 433 of file pgp-decrypt.c.
| int MDCBufData::avail |
Definition at line 438 of file pgp-decrypt.c.
Referenced by mdcbuf_load_data(), mdcbuf_read(), and mdcbuf_refill().
| uint8 MDCBufData::buf[MDCBUF_LEN] |
Definition at line 442 of file pgp-decrypt.c.
Referenced by mdcbuf_init(), and mdcbuf_refill().
| int MDCBufData::buflen |
Definition at line 437 of file pgp-decrypt.c.
Referenced by mdcbuf_init(), and mdcbuf_refill().
| PGP_Context* MDCBufData::ctx |
Definition at line 435 of file pgp-decrypt.c.
Referenced by mdcbuf_finish(), mdcbuf_free(), mdcbuf_init(), and mdcbuf_load_data().
| int MDCBufData::eof |
Definition at line 436 of file pgp-decrypt.c.
Referenced by mdcbuf_finish(), and mdcbuf_read().
| int MDCBufData::mdc_avail |
Definition at line 440 of file pgp-decrypt.c.
Referenced by mdcbuf_load_mdc(), and mdcbuf_refill().
| uint8 MDCBufData::mdc_buf[22] |
Definition at line 441 of file pgp-decrypt.c.
Referenced by mdcbuf_finish(), mdcbuf_load_mdc(), and mdcbuf_refill().
| uint8* MDCBufData::pos |
Definition at line 439 of file pgp-decrypt.c.
Referenced by mdcbuf_load_data(), mdcbuf_read(), and mdcbuf_refill().