Home
last modified time | relevance | path

Searched refs:getpass (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/usr.bin/newkey/
H A Dnewkey.c130 pass = getpass("New password:"); in main()
139 xdecrypt(crypt2, getpass("Retype password:")); in main()
/freebsd/contrib/ntp/libntp/
H A Dssl_init.c233 # define getpass(str) getpassphrase(str) macro
250 return getpass(pass_prompt); in getpass_keytype()
H A Dmachines.c514 getpass(const char * prompt) in getpass() function
/freebsd/usr.bin/chkey/
H A Dchkey.c144 pass = getpass("Password:"); in main()
163 xdecrypt(crypt2, getpass("Retype password:")); in main()
/freebsd/usr.bin/keylogin/
H A Dkeylogin.c61 getpass("Password:"))) { in main()
/freebsd/contrib/telnet/telnet/
H A Dauthenc.c97 } else if ((res = getpass(prom))) { in telnet_gets()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c92 } else if ((res = getpass(prompt))) { in telnet_gets()
/freebsd/contrib/tnftp/
H A Dtnftp.h334 char *getpass(const char *);
441 # define getpass getpassphrase macro
/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest.c60 getpass(const char *prompt) in getpass() function
130 password = getpass("Password: "); in main()
/freebsd/contrib/smbfs/smbutil/
H A Dsmbutil.c64 psw = getpass("Password:"); in cmd_crypt()
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h53 extern char * getpass (const char *);
/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h93 char *getpass(char *);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h92 char *getpass(char *);
/freebsd/usr.bin/enigma/
H A Denigma.c105 setup(getpass("Enter key:")); in main()
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c198 getpass(const char *prompt)
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c201 getpass(const char *prompt)
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c187 getpass(const char *prompt) in getpass() function
H A DSymbol.map214 getpass;
/freebsd/usr.bin/chpass/
H A Dchpass.c218 password = getpass("Password: "); in main()
/freebsd/usr.bin/newgrp/
H A Dnewgrp.c179 pass = getpass("Password:"); in addgroup()
/freebsd/include/
H A Dunistd.h474 char *getpass(const char *);
/freebsd/contrib/tnftp/src/
H A Dutil.c446 p = getpass("Password: "); in ftp_login()
458 p = getpass("Account: "); in ftp_login()
H A Dcmds.c1501 password = getpass("Password: "); in user()
1513 password = getpass("Account: "); in user()
1813 ap = getpass("Account:"); in account()
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c163 passwd = getpass("Password: "); in Receive()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c1586 if (!isxdigit(*optarg) && !(optarg = getpass("SM_Key: "))) { in process_opt()
1675 if (!isxdigit(*optarg) && !(optarg = getpass("P_Key: "))) { in process_opt()
1697 if (!isxdigit(*optarg) && !(optarg = getpass("Q_Key: "))) { in process_opt()

12