Searched refs:RP_ALLOW_EOF (Results 1 – 4 of 4) sorted by relevance
173 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup(""); in read_passphrase()183 if (!(flags & RP_ALLOW_EOF)) in read_passphrase()189 if (flags & RP_ALLOW_EOF) in read_passphrase()211 RP_USE_ASKPASS|RP_ALLOW_EOF|RP_ASK_PERMISSION); in ask_permission()
238 #define RP_ALLOW_EOF 0x0004 macro
265 if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) { in pkcs11_login_slot()
1115 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()