Searched refs:readpassphrase (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h1 /* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */
23 /* OPENBSD ORIGINAL: include/readpassphrase.h */
40 char * readpassphrase(const char *, char *, size_t, int);
H A Dreadpassphrase.c1 /* $OpenBSD: readpassphrase.c,v 1.26 2016/10/18 12:47:18 millert Exp $ */
24 /* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
34 #include <readpassphrase.h>
62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
202 DEF_WEAK(readpassphrase); variable
210 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
H A DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
/freebsd-11-stable/include/
H A Dreadpassphrase.h1 /* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */
44 char * readpassphrase(const char *, char *, size_t, int);
H A DMakefile23 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c1 /* $OpenBSD: readpassphrase.c,v 1.24 2013/11/24 23:51:29 deraadt Exp $ */
37 #include <readpassphrase.h>
46 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
194 if (readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF) == NULL)
H A DMakefile.inc100 readpassphrase.c \
256 readpassphrase.3 \
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c26 /* $OpenBSD: readpassphrase.c,v 1.27 2019/01/25 00:19:25 millert Exp $ */
49 /* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
63 #include <readpassphrase.h>
84 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
168 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
321 p = readpassphrase(prompt, buf, bufsiz, RPP_ECHO_OFF);
/freebsd-11-stable/crypto/openssh/
H A Dincludes.h122 # include <readpassphrase.h>
H A Dreadpass.c158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) {
/freebsd-11-stable/usr.sbin/eeprom/
H A Dofw_options.c41 #include <readpassphrase.h>
184 if (readpassphrase("New password:", pwd1, sizeof(pwd1),
186 readpassphrase("Retype new password:", pwd2, sizeof(pwd2),
/freebsd-11-stable/contrib/netcat/
H A Dsocks.c41 #include <readpassphrase.h>
120 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c73 #include <readpassphrase.h>
237 p = readpassphrase(
242 err(1, "readpassphrase");
245 p = readpassphrase("Reenter new passphrase: ",
249 err(1, "readpassphrase");
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeom_eli.c44 #include <readpassphrase.h>
441 p = readpassphrase(
454 p = readpassphrase("Reenter new passphrase: ",
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)

Completed in 151 milliseconds