Searched defs:pgp_stream_t (Results 1 – 2 of 2) sorted by relevance
301 struct pgp_stream_t { struct302 uint8_t ss_raw[NTAGS / 8];304 uint8_t ss_parsed[NTAGS / 8];306 pgp_reader_t readinfo;307 pgp_cbdata_t cbinfo;308 pgp_error_t *errors;309 void *io; /* io streams */310 pgp_crypt_t decrypt;311 pgp_cryptinfo_t cryptinfo;312 size_t hashc;[all …]
87 typedef struct pgp_stream_t pgp_stream_t; typedef