Home
last modified time | relevance | path

Searched refs:netpgp_get_debug (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl.pm55 *netpgp_get_debug = *netpgpperlc::netpgp_get_debug;
H A Dnetpgp.h62 int netpgp_get_debug(const char *);
H A Dnetpgpperl_wrap.c2449 result = (int)netpgp_get_debug((char const *)arg1); in XS()
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython.py93 netpgp_get_debug = _netpgppython.netpgp_get_debug variable
H A Dnetpgp.h62 int netpgp_get_debug(const char *);
H A Dnetpgppython_wrap.c3366 result = (int)netpgp_get_debug((char const *)arg1); in _wrap_netpgp_get_debug()
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgp.h62 int netpgp_get_debug(const char *);
H A Dnetpgptcl_wrap.c2321 result = (int)netpgp_get_debug((char const *)arg1); in _wrap_netpgp_get_debug()
/netbsd-src/crypto/external/bsd/netpgp/dist/include/
H A Dnetpgp.h62 int netpgp_get_debug(const char *);
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c1759 netpgp_get_debug(const char *f) in netpgp_get_debug() function