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

12

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dui.h40 #define UI_UTIL_read_pw_string hc_UI_UTIL_read_pw_string macro
43 int UI_UTIL_read_pw_string(char *, int, const char *, int);
H A Dui.c207 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) function
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-ui.h61 #define UI_UTIL_read_pw_string ossl_UI_UTIL_read_pw_string macro
64 int UI_UTIL_read_pw_string(char *, int, const char *, int);
H A Dossl-ui.c257 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) function
H A Dossl-evp.c1689 return (UI_UTIL_read_pw_string(buf, len, prompt, verify));
/macosx-10.10/OpenSSL098-52/src/crypto/ui/
H A Dui_compat.c61 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,int verify) function
H A Dui.h343 int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify);
/macosx-10.10/Heimdal-398.1.2/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)) {
/macosx-10.10/Heimdal-398.1.2/appl/otp/
H A Dotpprint.c82 if (UI_UTIL_read_pw_string (pw, sizeof(pw), "Pass-phrase: ", 0))
H A Dotp.c94 if (UI_UTIL_read_pw_string (pw, sizeof(pw), prompt, 0) == 0 &&
129 if(UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0))
156 if (UI_UTIL_read_pw_string (pw, sizeof(pw), "Pass-phrase: ", 1))
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dntlm.c52 if (UI_UTIL_read_pw_string(password, sizeof(password),
H A Dkcminit.c169 if (UI_UTIL_read_pw_string(password, sizeof(password)-1, prompt, 0)){
H A Dkinit.c578 if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){
/macosx-10.10/Heimdal-398.1.2/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))
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dadd.c118 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 1)) {
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dlock.c187 if(UI_UTIL_read_pw_string(prompter->reply.data,
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dui.h343 int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify);
/macosx-10.10/Heimdal-398.1.2/kpasswd/
H A Dkpasswd.c87 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg, 1);
/macosx-10.10/Heimdal-398.1.2/appl/su/
H A Dsu.c298 r = UI_UTIL_read_pw_string(pw_buf, sizeof(pw_buf), prompt, 0);
/macosx-10.10/Heimdal-398.1.2/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);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgsstool.c254 if (UI_UTIL_read_pw_string(password, sizeof(password),

Completed in 338 milliseconds

12