HomeSort by: relevance | last modified time | path
    Searched refs:PGP_PARSER_ERROR (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-show.c 151 {PGP_PARSER_ERROR, "PGP_PARSER_ERROR"},
packet.h 294 PGP_PARSER_ERROR = 0x500, /* Internal Use: Parser Error */
packet-parse.c 96 CALLBACK(PGP_PARSER_ERROR, cbinfo, &cont); \
479 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
509 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
557 * \return 1 on success, 0 on error (calls the cb with PGP_PARSER_ERROR in limread()).
642 * see comment below - the callback is called with a PGP_PARSER_ERROR in case of an error)
1115 case PGP_PARSER_ERROR:
3159 CALLBACK(PGP_PARSER_ERROR, &stream->cbinfo, &pkt);
keyring.c 271 case PGP_PARSER_ERROR:
misc.c 171 case PGP_PARSER_ERROR:
packet-print.c 871 case PGP_PARSER_ERROR:

Completed in 19 milliseconds