Home
last modified time | relevance | path

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

/dragonfly/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.h215 #define RP_ALLOW_EOF 0x0004 macro
H A Dsshconnect2.c1149 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()