Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadpass.c172 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup(""); in read_passphrase()
182 if (!(flags & RP_ALLOW_EOF)) in read_passphrase()
188 if (flags & RP_ALLOW_EOF) in read_passphrase()
210 RP_USE_ASKPASS|RP_ALLOW_EOF|RP_ASK_PERMISSION); in ask_permission()
H A Dmisc.h229 #define RP_ALLOW_EOF 0x0004 macro
H A Dssh-pkcs11.c265 if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) { in pkcs11_login_slot()
H A Dsshconnect2.c1113 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()