Home
last modified time | relevance | path

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

/external/openssh/
Dreadpass.c145 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup(""); in read_passphrase()
153 if (!(flags & RP_ALLOW_EOF)) in read_passphrase()
159 if (flags & RP_ALLOW_EOF) in read_passphrase()
180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF); in ask_permission()
Dmisc.h139 #define RP_ALLOW_EOF 0x0004 macro
Dssh-pkcs11.c268 pin = read_passphrase(prompt, RP_ALLOW_EOF); in pkcs11_rsa_private_encrypt()
Dsshconnect2.c969 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()