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

  /src/crypto/external/bsd/netpgp/dist/src/lib/
readerwriter.h 94 pgp_cb_ret_t callback(const pgp_packet_t *,
112 pgp_cb_ret_t callback(const pgp_packet_t *,
120 pgp_cb_ret_t pgp_litdata_cb(const pgp_packet_t *, pgp_cbdata_t *);
121 pgp_cb_ret_t pgp_pk_sesskey_cb(const pgp_packet_t *, pgp_cbdata_t *);
122 pgp_cb_ret_t pgp_get_seckey_cb(const pgp_packet_t *, pgp_cbdata_t *);
validate.h 73 pgp_cb_ret_t(*getpassphrase) (const pgp_packet_t *,
97 pgp_cb_ret_t pgp_validate_key_cb(const pgp_packet_t *, pgp_cbdata_t *);
118 pgp_cb_ret_t validate_data_cb(const pgp_packet_t *, pgp_cbdata_t *);
packet-parse.h 72 /** pgp_cb_ret_t */
77 } pgp_cb_ret_t; typedef in typeref:enum:__anon995
81 typedef pgp_cb_ret_t pgp_cbfunc_t(const pgp_packet_t *,
84 pgp_cb_ret_t
131 pgp_cb_ret_t pgp_callback(const pgp_packet_t *,
133 pgp_cb_ret_t pgp_stacked_callback(const pgp_packet_t *,
netpgpsdk.h 58 pgp_cb_ret_t cb(const pgp_packet_t *, pgp_cbdata_t *));
63 pgp_cb_ret_t cb(const pgp_packet_t *, pgp_cbdata_t *));
reader.c 1946 pgp_cb_ret_t callback(const pgp_packet_t *,
2082 pgp_cb_ret_t callback(const pgp_packet_t *,
2125 pgp_cb_ret_t
2160 pgp_cb_ret_t
2180 return (pgp_cb_ret_t)0;
2212 pgp_cb_ret_t
2242 return (pgp_cb_ret_t)0;
2263 return (pgp_cb_ret_t)PGP_RELEASE_MEMORY;
2282 pgp_cb_ret_t
validate.c 235 pgp_cb_ret_t
425 pgp_cb_ret_t
687 pgp_cb_ret_t cb_get_passphrase(const pgp_packet_t *,
736 pgp_cb_ret_t cb_get_passphrase(const pgp_packet_t *,
keyring.c 229 static pgp_cb_ret_t
297 static pgp_cb_ret_t
591 static pgp_cb_ret_t
crypto.c 269 static pgp_cb_ret_t
misc.c 119 static pgp_cb_ret_t
packet-parse.c 3505 pgp_cb_ret_t
3516 pgp_cb_ret_t
packet-print.c 1432 static pgp_cb_ret_t

Completed in 66 milliseconds