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

  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgp.tcl 14 netpgp_sign_file $n $userid "a" "a.gpg" 0 0 0
netpgp.h 82 int netpgp_sign_file(netpgp_t *, const char *, const char *, char *, int, int, int);
netpgptcl_wrap.c 2843 if (SWIG_GetArgs(interp, objc, objv,"ooooooo:netpgp_sign_file netpgp_t * char const * char const * char * int int int ",(void *)0,(void *)0,(void *)0,(void *)0,(void *)0,(void *)0,(void *)0) == TCL_ERROR) SWIG_fail;
2846 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_sign_file" "', argument " "1"" of type '" "netpgp_t *""'");
2851 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_sign_file" "', argument " "2"" of type '" "char const *""'");
2856 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_sign_file" "', argument " "3"" of type '" "char const *""'");
2861 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_sign_file" "', argument " "4"" of type '" "char *""'");
2866 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "netpgp_sign_file" "', argument " "5"" of type '" "int""'");
2871 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "netpgp_sign_file" "', argument " "6"" of type '" "int""'");
2876 SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "netpgp_sign_file" "', argument " "7"" of type '" "int""'");
2879 result = (int)netpgp_sign_file(arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6,arg7);
3111 { SWIG_prefix "netpgp_sign_file", (swig_wrapper_func) _wrap_netpgp_sign_file, NULL}
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.py 13 _netpgppython.netpgp_sign_file(n, userid, "a", "a.gpg", 0, 0, 0)
netpgp.h 86 int netpgp_sign_file(netpgp_t *, const char *, const char *, char *, int, int, int);
netpgppython.py 109 netpgp_sign_file = _netpgppython.netpgp_sign_file variable
netpgppython_wrap.c 4047 if (!PyArg_ParseTuple(args,(char *)"OOOOOOO:netpgp_sign_file",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
4050 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_sign_file" "', argument " "1"" of type '" "netpgp_t *""'");
4055 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_sign_file" "', argument " "2"" of type '" "char const *""'");
4060 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_sign_file" "', argument " "3"" of type '" "char const *""'");
4065 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_sign_file" "', argument " "4"" of type '" "char *""'");
4070 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "netpgp_sign_file" "', argument " "5"" of type '" "int""'");
4075 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "netpgp_sign_file" "', argument " "6"" of type '" "int""'");
4080 SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "netpgp_sign_file" "', argument " "7"" of type '" "int""'");
4083 result = (int)netpgp_sign_file(arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6,arg7);
4621 { (char *)"netpgp_sign_file", _wrap_netpgp_sign_file, METH_VARARGS, NULL}
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.pl 24 netpgpperlc::netpgp_sign_file($n, $userid, $in, $out, 0, 0, 0);
netpgp.h 86 int netpgp_sign_file(netpgp_t *, const char *, const char *, char *, int, int, int);
netpgpperl.pm 71 *netpgp_sign_file = *netpgpperlc::netpgp_sign_file;
netpgpperl_wrap.c 3202 SWIG_croak("Usage: netpgp_sign_file(netpgp_t *,char const *,char const *,char *,int,int,int);");
3206 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_sign_file" "', argument " "1"" of type '" "netpgp_t *""'");
3211 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_sign_file" "', argument " "2"" of type '" "char const *""'");
3216 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_sign_file" "', argument " "3"" of type '" "char const *""'");
3221 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_sign_file" "', argument " "4"" of type '" "char *""'");
3226 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "netpgp_sign_file" "', argument " "5"" of type '" "int""'");
3231 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "netpgp_sign_file" "', argument " "6"" of type '" "int""'");
3236 SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "netpgp_sign_file" "', argument " "7"" of type '" "int""'");
3239 result = (int)netpgp_sign_file(arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6,arg7);
3882 {"netpgpperlc::netpgp_sign_file", _wrap_netpgp_sign_file}
    [all...]
  /src/crypto/external/bsd/netpgp/dist/include/
netpgp.h 87 int netpgp_sign_file(netpgp_t *, const char *, const char *, char *, int, int, int);
  /src/crypto/external/bsd/netpgp/dist/bindings/lua/
glue.c 219 ret = netpgp_sign_file(netpgp, netpgp_getvar(netpgp, "userid"),
244 ret = netpgp_sign_file(netpgp, netpgp_getvar(netpgp, "userid"),
  /src/crypto/external/bsd/netpgp/dist/src/netpgp/
netpgp.c 305 return netpgp_sign_file(netpgp,
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 1390 netpgp_sign_file(netpgp_t *netpgp, function
1412 "netpgp_sign_file: no filename specified\n");

Completed in 34 milliseconds