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_get_key
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.h
78
char *
netpgp_get_key
(netpgp_t *, const char *, const char *);
netpgpperl.pm
65
*
netpgp_get_key
= *netpgpperlc::
netpgp_get_key
;
netpgpperl_wrap.c
2881
SWIG_croak("Usage:
netpgp_get_key
(netpgp_t *,char const *,char const *);");
2885
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_get_key
" "', argument " "1"" of type '" "netpgp_t *""'");
2890
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_get_key
" "', argument " "2"" of type '" "char const *""'");
2895
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_get_key
" "', argument " "3"" of type '" "char const *""'");
2898
result = (char *)
netpgp_get_key
(arg1,(char const *)arg2,(char const *)arg3);
3876
{"netpgpperlc::
netpgp_get_key
", _wrap_netpgp_get_key},
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.h
78
char *
netpgp_get_key
(netpgp_t *, const char *, const char *);
netpgppython.py
103
netpgp_get_key
= _netpgppython.
netpgp_get_key
variable
netpgppython_wrap.c
3751
if (!PyArg_ParseTuple(args,(char *)"OOO:
netpgp_get_key
",&obj0,&obj1,&obj2)) SWIG_fail;
3754
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_get_key
" "', argument " "1"" of type '" "netpgp_t *""'");
3759
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_get_key
" "', argument " "2"" of type '" "char const *""'");
3764
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_get_key
" "', argument " "3"" of type '" "char const *""'");
3767
result = (char *)
netpgp_get_key
(arg1,(char const *)arg2,(char const *)arg3);
4615
{ (char *)"
netpgp_get_key
", _wrap_netpgp_get_key, METH_VARARGS, NULL},
/src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgp.h
74
char *
netpgp_get_key
(netpgp_t *, const char *);
netpgptcl_wrap.c
2577
if (SWIG_GetArgs(interp, objc, objv,"oo:
netpgp_get_key
netpgp_t * char const * ",(void *)0,(void *)0) == TCL_ERROR) SWIG_fail;
2580
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_get_key
" "', argument " "1"" of type '" "netpgp_t *""'");
2585
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_get_key
" "', argument " "2"" of type '" "char const *""'");
2588
result = (char *)
netpgp_get_key
(arg1,(char const *)arg2);
3105
{ SWIG_prefix "
netpgp_get_key
", (swig_wrapper_func) _wrap_netpgp_get_key, NULL},
/src/crypto/external/bsd/netpgp/dist/include/
netpgp.h
79
char *
netpgp_get_key
(netpgp_t *, const char *, const char *);
/src/crypto/external/bsd/netpgp/dist/src/hkpd/
hkpd.c
297
} else if ((cp =
netpgp_get_key
(netpgp, search, fmt)) != NULL) {
311
} else if ((cp =
netpgp_get_key
(netpgp, search, fmt)) != NULL) {
/src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
netpgpkeys.c
227
key =
netpgp_get_key
(netpgp, f, netpgp_getvar(netpgp, "format"));
/src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c
1137
netpgp_get_key
(netpgp_t *netpgp, const char *name, const char *fmt)
function
Completed in 96 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026