RPP_ECHO_OFF
rppflags = (flags & RP_ECHO) ? RPP_ECHO_ON : RPP_ECHO_OFF;
if (readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF) == NULL)