Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PGP_Context Struct Reference

#include <pgp.h>

Data Fields

PGP_S2K s2k
int s2k_mode
int s2k_digest_algo
int s2k_cipher_algo
int cipher_algo
int compress_algo
int compress_level
int disable_mdc
int use_sess_key
int text_mode
int convert_crlf
int unicode_mode
int mdc_checked
int corrupt_prefix
int in_mdc_pkt
int use_mdcbuf_filter
PX_MDmdc_ctx
PGP_PubKeypub_key
const uint8sym_key
int sym_key_len
uint8 sess_key [PGP_MAX_KEY]
unsigned sess_key_len

Detailed Description

Definition at line 129 of file pgp.h.


Field Documentation

Definition at line 140 of file pgp.h.

Referenced by pgp_encrypt(), pgp_init(), and pgp_set_compress_level().

Definition at line 144 of file pgp.h.

Referenced by parse_literal_data(), pgp_encrypt(), pgp_init(), and pgp_set_convert_crlf().

Definition at line 151 of file pgp.h.

Referenced by pgp_decrypt(), and prefix_init().

Definition at line 152 of file pgp.h.

Referenced by mdc_finish(), mdc_read(), and process_data_packets().

Definition at line 150 of file pgp.h.

Referenced by mdc_finish().

Definition at line 136 of file pgp.h.

Referenced by init_s2k_key(), parse_symenc_sesskey(), pgp_init(), and pgp_set_s2k_digest_algo().

Definition at line 135 of file pgp.h.

Referenced by init_s2k_key(), parse_symenc_sesskey(), pgp_init(), and pgp_set_s2k_mode().

Definition at line 157 of file pgp.h.

Referenced by init_s2k_key(), parse_symenc_sesskey(), pgp_encrypt(), and pgp_set_symkey().

Definition at line 158 of file pgp.h.

Referenced by init_s2k_key(), parse_symenc_sesskey(), and pgp_set_symkey().

Definition at line 153 of file pgp.h.

Referenced by mdc_free(), mdc_read(), mdcbuf_init(), and process_data_packets().


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