Home
last modified time | relevance | path

Searched refs:pgp_stacked_read (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.h162 pgp_reader_func_t pgp_stacked_read; variable
H A Dreader.c461 } else if (pgp_stacked_read(stream, &c, 1, errors, readinfo, in read_char()
2327 r = pgp_stacked_read(stream, dest, length, errors, readinfo, cbinfo); in hash_reader()
H A Dmisc.c1195 r = pgp_stacked_read(stream, dest_, length, errors, readinfo, cbinfo); in sum16_reader()
H A Dpacket-parse.c285 pgp_stacked_read(pgp_stream_t *stream, void *dest, size_t length, pgp_error_t **errors, in pgp_stacked_read() function