UI_UTIL_read_pw_string
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 1)) {
UI_UTIL_read_pw_string (tmp,
UI_UTIL_read_pw_string(acctstr, sizeof(acctstr), "Account:", 0);
UI_UTIL_read_pw_string (tmp, sizeof (tmp), prompt, 0);
UI_UTIL_read_pw_string (tmp, sizeof(tmp), "Account:", 0);
r = UI_UTIL_read_pw_string(pw_buf, sizeof(pw_buf), prompt, 0);
ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), prompt, 1);
ret = UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), prompt, 1);
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ", 1)) {
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ", 1))
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg, 1);
if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){
if(UI_UTIL_read_pw_string(prompter->reply.data,
if(UI_UTIL_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
if(UI_UTIL_read_pw_string(prompts[i].reply->data,
int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,