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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dui.h42 #define UI_UTIL_read_pw_string hc_UI_UTIL_read_pw_string macro
48 int UI_UTIL_read_pw_string(char *, int, const char *, int); /* XXX */
H A Dui.c191 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) function
H A Ddes.c873 ret = UI_UTIL_read_pw_string(buf, sizeof(buf) - 1, prompt, verify);
/netbsd-current/crypto/external/bsd/heimdal/include/hcrypto/
H A Dui.h44 #define UI_UTIL_read_pw_string hc_UI_UTIL_read_pw_string
51 int UI_UTIL_read_pw_string(char *, int, const char *, int); /* XXX */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprompter_posix.c56 if(UI_UTIL_read_pw_string(prompts[i].reply->data,
H A Ddeprecated.c204 if(UI_UTIL_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_util.c19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, function
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dstash.c104 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ",
H A Dcpw.c103 ret = UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), prompt,
H A Dank.c142 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), prompt,
/netbsd-current/usr.bin/passwd/
H A Dkrb5_passwd.c192 if (UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf),
341 if(UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), "New password: ", 1) != 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dstring2key.c162 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
H A Dkstash.c129 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ",
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dlock.c192 if(UI_UTIL_read_pw_string(prompter->reply.data,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_util.c19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, function
/netbsd-current/crypto/external/bsd/heimdal/dist/admin/
H A Dadd.c99 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ",
/netbsd-current/usr.bin/nbsvtool/
H A Dnbsvtool.c226 if (UI_UTIL_read_pw_string(buf, size, "Passphrase: ", 0))
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dui.h358 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
/netbsd-current/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswd.c88 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg,
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c698 if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){

Completed in 335 milliseconds