Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl.pm62 *netpgp_set_homedir = *netpgpperlc::netpgp_set_homedir;
H A Dnetpgp.h73 int netpgp_set_homedir(netpgp_t *, char *, const char *, const int);
H A Dnetpgpperl_wrap.c2769 result = (int)netpgp_set_homedir(arg1,arg2,(char const *)arg3,arg4); in XS()
/minix/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dclient.c76 netpgp_set_homedir(&netpgp, getenv("HOME"), in main()
H A Dserver.c82 netpgp_set_homedir(&netpgp, getenv("HOME"), in main()
/minix/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython.py100 netpgp_set_homedir = _netpgppython.netpgp_set_homedir variable
H A Dnetpgp.h73 int netpgp_set_homedir(netpgp_t *, char *, const char *, const int);
H A Dnetpgppython_wrap.c3656 result = (int)netpgp_set_homedir(arg1,arg2,(char const *)arg3,arg4); in _wrap_netpgp_set_homedir()
/minix/crypto/external/bsd/netpgp/dist/include/
H A Dnetpgp.h73 int netpgp_set_homedir(netpgp_t *, char *, const char *, const int);
/minix/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
H A Dmain.c79 netpgp_set_homedir(&netpgp, getenv("HOME"), "/.ssh", 1); in main()
/minix/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
H A Dnetpgpkeys.c300 netpgp_set_homedir(netpgp, arg, NULL, 0); in setoption()
454 netpgp_set_homedir(&netpgp, getenv("HOME"), in main()
/minix/crypto/external/bsd/netpgp/dist/src/netpgp/
H A Dnetpgp.c418 netpgp_set_homedir(netpgp, arg, NULL, 0); in setoption()
593 netpgp_set_homedir(&netpgp, getenv("HOME"), in main()
/minix/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c1824 netpgp_set_homedir(netpgp_t *netpgp, char *home, const char *subdir, const int quiet) in netpgp_set_homedir() function