Searched refs:netpgp_match_keys (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
H A D | netpgpperl.pm | 77 *netpgp_match_keys = *netpgpperlc::netpgp_match_keys;
|
H A D | netpgp.h | 96 int netpgp_match_keys(netpgp_t *, char *, const char *, void *, const int);
|
H A D | netpgpperl_wrap.c | 3711 result = (int)netpgp_match_keys(arg1,arg2,(char const *)arg3,arg4,arg5); in XS()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
H A D | netpgppython.py | 115 netpgp_match_keys = _netpgppython.netpgp_match_keys variable
|
H A D | netpgp.h | 96 int netpgp_match_keys(netpgp_t *, char *, const char *, void *, const int);
|
H A D | netpgppython_wrap.c | 4507 result = (int)netpgp_match_keys(arg1,arg2,(char const *)arg3,arg4,arg5); in _wrap_netpgp_match_keys()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/include/ |
H A D | netpgp.h | 98 int netpgp_match_keys(netpgp_t *, char *, const char *, void *, const int);
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | netpgp.c | 1005 netpgp_match_keys(netpgp_t *netpgp, char *name, const char *fmt, void *vp, const int psigs) in netpgp_match_keys() function
|