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

#include <[pgp.h](pgp%5F8h%5Fsource.html)>

Data Fields
PGP_S2K s2k
int s2k_mode
int s2k_count
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 unsupported_compr
int unexpected_binary
int in_mdc_pkt
int use_mdcbuf_filter
PX_MD * mdc_ctx
PGP_PubKey * pub_key
const uint8 * sym_key
int sym_key_len
uint8 sess_key [PGP_MAX_KEY]
unsigned sess_key_len

Definition at line 134 of file pgp.h.

cipher_algo

int PGP_Context::cipher_algo

Definition at line 144 of file pgp.h.

Referenced by create_secmsg(), decrypt_key(), encrypt_init(), init_s2k_key(), init_sess_key(), parse_symenc_data(), parse_symenc_mdc_data(), parse_symenc_sesskey(), pgp_init(), pgp_parse_pubenc_sesskey(), pgp_set_cipher_algo(), prefix_init(), symencrypt_sesskey(), and write_prefix().

compress_algo

int PGP_Context::compress_algo

compress_level

int PGP_Context::compress_level

convert_crlf

int PGP_Context::convert_crlf

corrupt_prefix

int PGP_Context::corrupt_prefix

disable_mdc

int PGP_Context::disable_mdc

in_mdc_pkt

int PGP_Context::in_mdc_pkt

mdc_checked

int PGP_Context::mdc_checked

mdc_ctx

PX_MD* PGP_Context::mdc_ctx

pub_key

s2k

s2k_cipher_algo

int PGP_Context::s2k_cipher_algo

s2k_count

int PGP_Context::s2k_count

s2k_digest_algo

int PGP_Context::s2k_digest_algo

s2k_mode

int PGP_Context::s2k_mode

sess_key

sess_key_len

unsigned PGP_Context::sess_key_len

sym_key

const uint8* PGP_Context::sym_key

sym_key_len

int PGP_Context::sym_key_len

text_mode

int PGP_Context::text_mode

unexpected_binary

int PGP_Context::unexpected_binary

unicode_mode

int PGP_Context::unicode_mode

unsupported_compr

int PGP_Context::unsupported_compr

use_mdcbuf_filter

int PGP_Context::use_mdcbuf_filter

use_sess_key

int PGP_Context::use_sess_key


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