Searched refs:trustkey (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | packet-print.c | 403 const pgp_key_t *trustkey; in pgp_sprint_keydata() local 454 … trustkey = pgp_getkeybyid(io, keyring, key->subsigs[j].sig.info.signer_id, &from, NULL); in pgp_sprint_keydata() 463 … (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : "[unknown]"); in pgp_sprint_keydata() 484 const pgp_key_t *trustkey; in pgp_sprint_mj() local 547 … trustkey = pgp_getkeybyid(io, keyring, key->subsigs[j].sig.info.signer_id, &from, NULL); in pgp_sprint_mj() 549 … (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : "[unknown]", -1); in pgp_sprint_mj() 570 const pgp_key_t *trustkey; in pgp_hkp_sprint_keydata() local 601 … trustkey = pgp_getkeybyid(io, keyring, key->subsigs[j].sig.info.signer_id, &from, NULL); in pgp_hkp_sprint_keydata() 615 … (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : ""); in pgp_hkp_sprint_keydata()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc_ops.c | 75 static void trustkey (struct parse *, FILE *); 180 { "trustedkey", trustkey, { NTP_UINT, OPT|NTP_UINT, OPT|NTP_UINT, OPT|NTP_UINT }, 2243 trustkey( in trustkey() function
|