Home
last modified time | relevance | path

Searched refs:pgp_limited_read (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.h150 unsigned pgp_limited_read(pgp_stream_t *, uint8_t *, size_t, pgp_region_t *,
H A Dpacket-parse.c128 return pgp_limited_read(stream, data->contents, data->len, subregion, in limread_data()
167 !pgp_limited_read(stream, *str, len, subregion, &stream->errors, in read_unsig_str()
397 pgp_limited_read(pgp_stream_t *stream, uint8_t *dest, in pgp_limited_read() function
445 return pgp_limited_read(stream, dest, length, region, errors, in pgp_stacked_limited_read()
453 return pgp_limited_read(info, dest, length, region, &info->errors, in limread()