Searched refs:trustkey (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c401 const pgp_key_t *trustkey; local
452 trustkey = pgp_getkeybyid(io, keyring, key->subsigs[j].sig.info.signer_id, &from, NULL);
461 (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : "[unknown]");
482 const pgp_key_t *trustkey; local
545 trustkey = pgp_getkeybyid(io, keyring, key->subsigs[j].sig.info.signer_id, &from, NULL);
547 (trustkey) ? (char *)trustkey->uids[trustkey
568 const pgp_key_t *trustkey; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c75 static void trustkey (struct parse *, FILE *);
180 { "trustedkey", trustkey, { NTP_UINT, OPT|NTP_UINT, OPT|NTP_UINT, OPT|NTP_UINT },
2240 * trustkey - add some keys to the trusted key list
2243 trustkey( function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dzone.c8083 isc_boolean_t trustkey = ISC_FALSE; local
8146 trustkey = ISC_TRUE;
8173 trustkey = ISC_TRUE;
8215 if (trustkey) {

Completed in 100 milliseconds