Searched refs:RP_ALLOW_EOF (Results 1 – 4 of 4) sorted by relevance
172 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()
229 #define RP_ALLOW_EOF 0x0004 macro
265 if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) { in pkcs11_login_slot()
1113 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()