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

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.h 96 int netpgp_match_keys(netpgp_t *, char *, const char *, void *, const int);
netpgpperl.pm 77 *netpgp_match_keys = *netpgpperlc::netpgp_match_keys;
netpgpperl_wrap.c 3685 SWIG_croak("Usage: netpgp_match_keys(netpgp_t *,char *,char const *,void *,int const);");
3689 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_match_keys" "', argument " "1"" of type '" "netpgp_t *""'");
3694 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_match_keys" "', argument " "2"" of type '" "char *""'");
3699 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_match_keys" "', argument " "3"" of type '" "char const *""'");
3704 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_match_keys" "', argument " "4"" of type '" "void *""'");
3708 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "netpgp_match_keys" "', argument " "5"" of type '" "int""'");
3711 result = (int)netpgp_match_keys(arg1,arg2,(char const *)arg3,arg4,arg5);
3888 {"netpgpperlc::netpgp_match_keys", _wrap_netpgp_match_keys},
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.h 96 int netpgp_match_keys(netpgp_t *, char *, const char *, void *, const int);
netpgppython.py 115 netpgp_match_keys = _netpgppython.netpgp_match_keys variable
netpgppython_wrap.c 4482 if (!PyArg_ParseTuple(args,(char *)"OOOOO:netpgp_match_keys",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
4485 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_match_keys" "', argument " "1"" of type '" "netpgp_t *""'");
4490 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_match_keys" "', argument " "2"" of type '" "char *""'");
4495 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_match_keys" "', argument " "3"" of type '" "char const *""'");
4500 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_match_keys" "', argument " "4"" of type '" "void *""'");
4504 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "netpgp_match_keys" "', argument " "5"" of type '" "int""'");
4507 result = (int)netpgp_match_keys(arg1,arg2,(char const *)arg3,arg4,arg5);
4627 { (char *)"netpgp_match_keys", _wrap_netpgp_match_keys, METH_VARARGS, NULL},
  /src/crypto/external/bsd/netpgp/dist/include/
netpgp.h 98 int netpgp_match_keys(netpgp_t *, char *, const char *, void *, const int);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 1005 netpgp_match_keys(netpgp_t *netpgp, char *name, const char *fmt, void *vp, const int psigs) function
1022 "netpgp_match_keys", return 0);

Completed in 29 milliseconds