HomeSort by: relevance | last modified time | path
    Searched defs:limread (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-parse.c 450 limread(uint8_t *dest, unsigned length, function
465 ret = limread(dest, len, region, stream);
472 * Calls limread() to skip over some data.
479 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
489 if (!limread(buf, n, region, stream)) {
500 * boundaries (by calling limread() to read the raw data).
509 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
532 if (!limread(c, len, region, stream)) {
545 * boundaries (by calling limread() to read the raw data).
557 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread())
    [all...]
packet-parse.c 450 limread(uint8_t *dest, unsigned length, function
465 ret = limread(dest, len, region, stream);
472 * Calls limread() to skip over some data.
479 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
489 if (!limread(buf, n, region, stream)) {
500 * boundaries (by calling limread() to read the raw data).
509 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
532 if (!limread(c, len, region, stream)) {
545 * boundaries (by calling limread() to read the raw data).
557 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread())
    [all...]

Completed in 44 milliseconds