Searched refs:RP_ALLOW_EOF (Results 1 – 4 of 4) sorted by relevance
145 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()
139 #define RP_ALLOW_EOF 0x0004 macro
268 pin = read_passphrase(prompt, RP_ALLOW_EOF); in pkcs11_rsa_private_encrypt()
969 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq()