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 450 of file pgp-decrypt.c.
Definition at line 455 of file pgp-decrypt.c.
Referenced by mdcbuf_load_data(), mdcbuf_read(), and mdcbuf_refill().
uint8 MDCBufData::buf[MDCBUF_LEN] |
Definition at line 459 of file pgp-decrypt.c.
Referenced by mdcbuf_init(), and mdcbuf_refill().
Definition at line 454 of file pgp-decrypt.c.
Referenced by mdcbuf_init(), and mdcbuf_refill().
Definition at line 452 of file pgp-decrypt.c.
Referenced by mdcbuf_finish(), mdcbuf_free(), mdcbuf_init(), and mdcbuf_load_data().
int MDCBufData::eof |
Definition at line 453 of file pgp-decrypt.c.
Referenced by mdcbuf_finish(), and mdcbuf_read().
Definition at line 457 of file pgp-decrypt.c.
Referenced by mdcbuf_load_mdc(), and mdcbuf_refill().
Definition at line 458 of file pgp-decrypt.c.
Referenced by mdcbuf_finish(), mdcbuf_load_mdc(), and mdcbuf_refill().
Definition at line 456 of file pgp-decrypt.c.
Referenced by mdcbuf_load_data(), mdcbuf_read(), and mdcbuf_refill().