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

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.h 51 void *secring; /* s3kr1t key ring */ member in struct:netpgp_t
netpgpperl_wrap.c 2119 SWIG_croak("Usage: netpgp_t_secring_set(self,secring);");
2130 if (arg1) (arg1)->secring = arg2;
2161 result = (void *) ((arg1)->secring);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.h 51 void *secring; /* s3kr1t key ring */ member in struct:netpgp_t
netpgppython.py 72 __swig_setmethods__["secring"] = _netpgppython.netpgp_t_secring_set
73 __swig_getmethods__["secring"] = _netpgppython.netpgp_t_secring_get
74 if _newclass:secring = _swig_property(_netpgppython.netpgp_t_secring_get, _netpgppython.netpgp_t_secring_set)
netpgppython_wrap.c 3107 if (arg1) (arg1)->secring = arg2;
3130 result = (void *) ((arg1)->secring);
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgp.h 51 void *secring; /* s3kr1t key ring */ member in struct:netpgp_t
netpgptcl_wrap.c 2050 if (SWIG_GetArgs(interp, objc, objv,"oo:netpgp_t_secring_set self secring ",(void *)0,(void *)0) == TCL_ERROR) SWIG_fail;
2060 if (arg1) (arg1)->secring = arg2;
2082 result = (void *) ((arg1)->secring);
2233 { "-secring",_wrap_netpgp_t_secring_get, _wrap_netpgp_t_secring_set},
  /src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.c 447 pgp_keyring_t *secring,
512 parse->cbinfo.cryptinfo.secring = secring;
516 parse->cbinfo.sshseckey = (sshkeys) ? &secring->keys[0].key.seckey : NULL;
552 pgp_keyring_t *secring,
584 parse->cbinfo.cryptinfo.secring = secring;
588 parse->cbinfo.sshseckey = (sshkeys) ? &secring->keys[0].key.seckey : NULL;
netpgp.c 349 pgp_keyring_t *secring; local
407 if ((secring = calloc(1, sizeof(*secring))) == NULL) {
412 if (!pgp_ssh2_readkeys(netpgp->io, pubring, secring, NULL, filename, hashtype)) {
414 free(secring);
418 netpgp->secring = secring;
887 netpgp->secring = readkeyring(netpgp, "secring");
888 if (netpgp->secring == NULL)
1447 pgp_keyring_t *secring; local
1576 pgp_keyring_t *secring; local
    [all...]
ssh2pgp.c 434 pgp_keyring_t *secring, const char *pubfile,
467 EXPAND_ARRAY(secring, key);
468 seckey = &secring->keys[secring->keyc++];
crypto.h 249 pgp_keyring_t *secring; member in struct:pgp_cryptinfo_t
packet-print.c 1450 pgp_keyring_t *secring,
1463 stream->cryptinfo.secring = secring;
reader.c 2177 if (!cbinfo->cryptinfo.secring) {
2184 pgp_getkeybyid(io, cbinfo->cryptinfo.secring,
2234 /* validate key from secring */
2237 pgp_getkeybyid(io, cbinfo->cryptinfo.secring,
  /src/crypto/external/bsd/netpgp/dist/include/
netpgp.h 51 void *secring; /* s3kr1t key ring */ member in struct:__anon983

Completed in 49 milliseconds