OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netpgp_decrypt_file
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.h
85
int
netpgp_decrypt_file
(netpgp_t *, const char *, char *, int);
netpgpperl.pm
70
*
netpgp_decrypt_file
= *netpgpperlc::
netpgp_decrypt_file
;
netpgpperl_wrap.c
3132
SWIG_croak("Usage:
netpgp_decrypt_file
(netpgp_t *,char const *,char *,int);");
3136
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_decrypt_file
" "', argument " "1"" of type '" "netpgp_t *""'");
3141
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_decrypt_file
" "', argument " "2"" of type '" "char const *""'");
3146
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_decrypt_file
" "', argument " "3"" of type '" "char *""'");
3151
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "
netpgp_decrypt_file
" "', argument " "4"" of type '" "int""'");
3154
result = (int)
netpgp_decrypt_file
(arg1,(char const *)arg2,arg3,arg4);
3881
{"netpgpperlc::
netpgp_decrypt_file
", _wrap_netpgp_decrypt_file},
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.h
85
int
netpgp_decrypt_file
(netpgp_t *, const char *, char *, int);
netpgppython.py
108
netpgp_decrypt_file
= _netpgppython.
netpgp_decrypt_file
variable
netpgppython_wrap.c
3979
if (!PyArg_ParseTuple(args,(char *)"OOOO:
netpgp_decrypt_file
",&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3982
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_decrypt_file
" "', argument " "1"" of type '" "netpgp_t *""'");
3987
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_decrypt_file
" "', argument " "2"" of type '" "char const *""'");
3992
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_decrypt_file
" "', argument " "3"" of type '" "char *""'");
3997
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "
netpgp_decrypt_file
" "', argument " "4"" of type '" "int""'");
4000
result = (int)
netpgp_decrypt_file
(arg1,(char const *)arg2,arg3,arg4);
4620
{ (char *)"
netpgp_decrypt_file
", _wrap_netpgp_decrypt_file, METH_VARARGS, NULL},
/src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgp.h
81
int
netpgp_decrypt_file
(netpgp_t *, const char *, char *, int);
netpgptcl_wrap.c
2782
if (SWIG_GetArgs(interp, objc, objv,"oooo:
netpgp_decrypt_file
netpgp_t * char const * char * int ",(void *)0,(void *)0,(void *)0,(void *)0) == TCL_ERROR) SWIG_fail;
2785
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_decrypt_file
" "', argument " "1"" of type '" "netpgp_t *""'");
2790
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_decrypt_file
" "', argument " "2"" of type '" "char const *""'");
2795
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_decrypt_file
" "', argument " "3"" of type '" "char *""'");
2800
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "
netpgp_decrypt_file
" "', argument " "4"" of type '" "int""'");
2803
result = (int)
netpgp_decrypt_file
(arg1,(char const *)arg2,arg3,arg4);
3110
{ SWIG_prefix "
netpgp_decrypt_file
", (swig_wrapper_func) _wrap_netpgp_decrypt_file, NULL},
/src/crypto/external/bsd/netpgp/dist/include/
netpgp.h
86
int
netpgp_decrypt_file
(netpgp_t *, const char *, char *, int);
/src/crypto/external/bsd/netpgp/dist/bindings/lua/
glue.c
186
ret =
netpgp_decrypt_file
(netpgp, f, __UNCONST(output), armour);
/src/crypto/external/bsd/netpgp/dist/src/netpgp/
netpgp.c
289
return
netpgp_decrypt_file
(netpgp, f, p->output, p->armour);
/src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c
1358
netpgp_decrypt_file
(netpgp_t *netpgp, const char *f, char *out, int armored)
function
1371
"
netpgp_decrypt_file
: no filename specified\n");
Completed in 87 milliseconds
Indexes created Thu May 21 00:25:23 UTC 2026