Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-pam.c249 static const char *sshpam_password = NULL; variable
1311 if (sshpam_password == NULL) in sshpam_passwd_conv()
1313 if ((reply[i].resp = strdup(sshpam_password)) == NULL) in sshpam_passwd_conv()
1361 sshpam_password = password; in sshpam_auth_passwd()
1371 sshpam_password = fake = fake_password(password); in sshpam_auth_passwd()
1382 sshpam_password = NULL; in sshpam_auth_passwd()