Home
last modified time | relevance | path

Searched refs:pgp_parse (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.h137 int pgp_parse(pgp_stream_t *, const int);
H A Dcrypto.c525 pgp_parse(parse, printerrors); in pgp_decrypt_file()
597 pgp_parse(parse, printerrors); in pgp_decrypt_buf()
H A Dvalidate.c711 pgp_parse(stream, !printerrors); in pgp_validate_key_sigs()
858 pgp_parse(parse, !printerrors); in pgp_validate_file()
954 pgp_parse(stream, !printerrors); in pgp_validate_mem()
H A Dkeyring.c332 pgp_parse(stream, !printerrors); in pgp_decrypt_seckey()
342 pgp_parse(stream, !printerrors); in pgp_decrypt_seckey()
H A Dcompress.c400 ret = pgp_parse(stream, !printerrors); in pgp_decompress()
H A Dpacket-parse.c2971 r = pgp_parse(stream, !printerrors); in decrypt_se_data()
3012 r = pgp_parse(stream, !printerrors); in decrypt_se_ip_data()
3343 pgp_parse(pgp_stream_t *stream, const int perrors) in pgp_parse() function
H A Dmisc.c215 ret = pgp_parse(parse, !printerrors); in pgp_parse_and_accumulate()
H A Dpacket-print.c1470 pgp_parse(stream, printerrors); in pgp_list_packets()