Searched refs:UI_UTIL_read_pw_string (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ui/
H A Dui_compat.c62 return UI_UTIL_read_pw_string(buf, length, prompt, verify);
H A Dui_util.c59 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, function
H A Dui.h375 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c54 if(UI_UTIL_read_pw_string(prompts[i].reply->data,
H A Ddeprecated.c203 if(UI_UTIL_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
/freebsd-10-stable/crypto/heimdal/kadmin/
H A Dcpw.c94 ret = UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), prompt, 1);
H A Dstash.c100 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ", 1)) {
H A Dank.c131 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), prompt, 1);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dkstash.c123 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ", 1))
H A Dstring2key.c160 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
/freebsd-10-stable/crypto/heimdal/admin/
H A Dadd.c97 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 1)) {
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dlock.c187 if(UI_UTIL_read_pw_string(prompter->reply.data,
/freebsd-10-stable/crypto/heimdal/kpasswd/
H A Dkpasswd.c85 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg, 1);
/freebsd-10-stable/crypto/heimdal/appl/su/
H A Dsu.c298 r = UI_UTIL_read_pw_string(pw_buf, sizeof(pw_buf), prompt, 0);
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1308 UI_UTIL_read_pw_string (tmp,
1599 UI_UTIL_read_pw_string(acctstr, sizeof(acctstr), "Account:", 0);
H A Dftp.c232 UI_UTIL_read_pw_string (tmp, sizeof (tmp), prompt, 0);
243 UI_UTIL_read_pw_string (tmp, sizeof(tmp), "Account:", 0);
/freebsd-10-stable/crypto/heimdal/kuser/
H A Dkinit.c540 if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){
/freebsd-10-stable/crypto/heimdal/
H A Dconfigure13948 UI_UTIL_read_pw_string(0,0,0,0);
14022 UI_UTIL_read_pw_string(0,0,0,0);
14127 UI_UTIL_read_pw_string(0,0,0,0);

Completed in 149 milliseconds