Searched refs:keypasswds (Results 1 – 3 of 3) sorted by relevance
247 extern struct hashedpw *keypasswds, *passwds;
1059 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()
513 struct hashedpw *passwds = 0, *keypasswds = 0; variable670 hpw->next = keypasswds; in pgp_dispatch()671 keypasswds = hpw; in pgp_dispatch()2686 for (hpw = keypasswds; hpw; hpw = hpw->next)