Symbol: UI_UTIL_read_pw_string
crypto/heimdal/admin/add.c
97
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 1)) {
crypto/heimdal/appl/ftp/ftp/cmds.c
1308
UI_UTIL_read_pw_string (tmp,
crypto/heimdal/appl/ftp/ftp/cmds.c
1599
UI_UTIL_read_pw_string(acctstr, sizeof(acctstr), "Account:", 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
232
UI_UTIL_read_pw_string (tmp, sizeof (tmp), prompt, 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
243
UI_UTIL_read_pw_string (tmp, sizeof(tmp), "Account:", 0);
crypto/heimdal/appl/su/su.c
298
r = UI_UTIL_read_pw_string(pw_buf, sizeof(pw_buf), prompt, 0);
crypto/heimdal/kadmin/ank.c
131
ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), prompt, 1);
crypto/heimdal/kadmin/cpw.c
94
ret = UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), prompt, 1);
crypto/heimdal/kadmin/stash.c
100
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ", 1)) {
crypto/heimdal/kdc/kstash.c
123
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ", 1))
crypto/heimdal/kdc/string2key.c
160
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
crypto/heimdal/kpasswd/kpasswd.c
85
ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg, 1);
crypto/heimdal/kuser/kinit.c
540
if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){
crypto/heimdal/lib/hx509/lock.c
187
if(UI_UTIL_read_pw_string(prompter->reply.data,
crypto/heimdal/lib/krb5/deprecated.c
203
if(UI_UTIL_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
crypto/heimdal/lib/krb5/prompter_posix.c
54
if(UI_UTIL_read_pw_string(prompts[i].reply->data,
crypto/openssl/include/openssl/ui.h
400
int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,