Searched refs:RP_USE_ASKPASS (Results 1 – 2 of 2) sorted by relevance
125 if (flags & RP_USE_ASKPASS) in read_passphrase()144 if ((flags & RP_USE_ASKPASS) && getenv("DISPLAY") == NULL) in read_passphrase()180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF); in ask_permission()
140 #define RP_USE_ASKPASS 0x0008 macro