Home
last modified time | relevance | path

Searched refs:netpgp_set_debug (Results 1 – 13 of 13) sorted by relevance

/minix/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl.pm54 *netpgp_set_debug = *netpgpperlc::netpgp_set_debug;
H A Dnetpgp.h61 int netpgp_set_debug(const char *);
H A Dnetpgpperl_wrap.c2420 result = (int)netpgp_set_debug((char const *)arg1); in XS()
/minix/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgp.h61 int netpgp_set_debug(const char *);
H A Dnetpgptcl_wrap.c2297 result = (int)netpgp_set_debug((char const *)arg1); in _wrap_netpgp_set_debug()
/minix/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython.py92 netpgp_set_debug = _netpgppython.netpgp_set_debug variable
H A Dnetpgp.h61 int netpgp_set_debug(const char *);
H A Dnetpgppython_wrap.c3341 result = (int)netpgp_set_debug((char const *)arg1); in _wrap_netpgp_set_debug()
/minix/crypto/external/bsd/netpgp/dist/include/
H A Dnetpgp.h61 int netpgp_set_debug(const char *);
/minix/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dmain.c122 netpgp_set_debug(optarg); in main()
/minix/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
H A Dnetpgpkeys.c346 netpgp_set_debug(arg); in setoption()
/minix/crypto/external/bsd/netpgp/dist/src/netpgp/
H A Dnetpgp.c476 netpgp_set_debug(arg); in setoption()
/minix/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c1680 netpgp_set_debug(const char *f) in netpgp_set_debug() function