readpassphrase
char * readpassphrase(const char *, char *, size_t, int);
return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));