Searched defs:pgp_stream_t (Results 1 – 2 of 2) sorted by relevance
291 struct pgp_stream_t { struct292 uint8_t ss_raw[NTAGS / 8];294 uint8_t ss_parsed[NTAGS / 8];296 pgp_reader_t readinfo;297 pgp_cbdata_t cbinfo;298 pgp_error_t *errors;299 void *io; /* io streams */300 pgp_crypt_t decrypt;301 pgp_cryptinfo_t cryptinfo;302 size_t hashc;[all …]
87 typedef struct pgp_stream_t pgp_stream_t; typedef