Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c128 if (flags & RP_ALLOW_EOF) in read_passphrase()
150 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF); in ask_permission()
/titanic_44/usr/src/cmd/ssh/include/
H A Dreadpass.h25 #define RP_ALLOW_EOF 0x0004 macro
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1002 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()