Home
last modified time | relevance | path

Searched refs:keypasswds (Results 1 – 3 of 3) sorted by relevance

/dports/security/pgpin/pgp263in/src/
H A Dpgp.h247 extern struct hashedpw *keypasswds, *passwds;
H A Dkeymgmt.c1059 hpw = keypasswds; in getsecretkey()
1085 hpw->next = keypasswds; in getsecretkey()
1086 keypasswds = hpw; in getsecretkey()
1153 hpw = keypasswds; in getsecretkey()
1166 hpw->next = keypasswds; in getsecretkey()
1167 keypasswds = hpw; in getsecretkey()
2939 hpw->next = keypasswds; in dokeygen()
2940 keypasswds = hpw; in dokeygen()
H A Dpgp.c513 struct hashedpw *passwds = 0, *keypasswds = 0; variable
670 hpw->next = keypasswds; in pgp_dispatch()
671 keypasswds = hpw; in pgp_dispatch()
2686 for (hpw = keypasswds; hpw; hpw = hpw->next)