Searched refs:nextkeypacket (Results 1 – 4 of 4) sorted by relevance
/dports/security/pgpin/pgp263in/src/ |
H A D | keyadd.c | 117 status = nextkeypacket(fring, &ctb); in mergesigs() 129 (void) nextkeypacket(fkey, &ctb); in mergesigs() 132 status = nextkeypacket(fkey, &ctb); in mergesigs() 265 nextkeypacket(fring, &ctb); in mergesigs() 272 status = nextkeypacket(fring, &ctb); in mergesigs() 301 (void) nextkeypacket(fring, &ctb); in mergekeys() 306 status = nextkeypacket(fring, &ctb); in mergekeys() 320 (void) nextkeypacket(fkey, &ctb); in mergekeys() 324 status = nextkeypacket(fkey, &ctb); in mergekeys() 833 if (nextkeypacket(f, &ctb) < 0) { in ask_to_sign() [all …]
|
H A D | keymgmt.c | 425 short nextkeypacket(FILE * f, byte * pctb) in nextkeypacket() function 812 nextkeypacket(f, &ctb); in getpublickey() 1232 nextkeypacket(f, &ctb); in is_compromised() 1235 nextkeypacket(f, &ctb); in is_compromised() 1912 status = nextkeypacket(f, &ctb); in remove_sigs() 2048 status = nextkeypacket(f, &ctb); in remove_from_keyring() 2082 status = nextkeypacket(f, &ctb); in remove_from_keyring() 2300 status = nextkeypacket(f, &ctb); in extract_from_keyring() 2314 status = nextkeypacket(f, &ctb); in extract_from_keyring() 2638 if (nextkeypacket(f, &ctb) < 0) in dokeyedit() [all …]
|
H A D | keymgmt.h | 82 short nextkeypacket(FILE *f, byte *pctb);
|
H A D | crypto.c | 1196 nextkeypacket(f, &ctb); in compromise() 1199 nextkeypacket(f, &ctb); in compromise() 1315 nextkeypacket(f, &ctb); /* Add key control packet to len */ in do_sign() 1630 nextkeypacket(f, &ctb); /* Add key control packet to len */ in do_revoke_cert()
|