| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| ui.h | 42 #define UI_UTIL_read_pw_string hc_UI_UTIL_read_pw_string 48 int UI_UTIL_read_pw_string(char *, int, const char *, int); /* XXX */
|
| ui.c | 191 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify)
|
| des.c | 873 ret = UI_UTIL_read_pw_string(buf, sizeof(buf) - 1, prompt, verify);
|
| /src/crypto/external/bsd/heimdal/include/hcrypto/ |
| ui.h | 44 #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 */
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| prompter_posix.c | 56 if(UI_UTIL_read_pw_string(prompts[i].reply->data,
|
| deprecated.c | 204 if(UI_UTIL_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| stash.c | 104 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ",
|
| cpw.c | 103 ret = UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), prompt,
|
| ank.c | 142 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), prompt,
|
| /src/usr.bin/passwd/ |
| krb5_passwd.c | 192 if (UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), 341 if(UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), "New password: ", 1) != 0)
|
| /src/crypto/external/apache2/openssl/dist/crypto/ui/ |
| ui_util.c | 19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
|
| /src/crypto/external/bsd/heimdal/dist/admin/ |
| add.c | 99 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ",
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| kstash.c | 129 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Master key: ",
|
| string2key.c | 162 if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| lock.c | 192 if(UI_UTIL_read_pw_string(prompter->reply.data,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| ui_util.c | 19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
| ui_util.c | 19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| ui.h.in | 377 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| ui.h.in | 374 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
|
| /src/usr.bin/nbsvtool/ |
| nbsvtool.c | 226 if (UI_UTIL_read_pw_string(buf, size, "Passphrase: ", 0))
|
| /src/crypto/external/bsd/heimdal/dist/kpasswd/ |
| kpasswd.c | 88 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg,
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ui.h | 358 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kinit.c | 698 if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){
|