Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/libntp/
H A Dssl_init.c230 * have it truncate the password in getpass() to 8 characters. in keytype_name()
233 # define getpass(str) getpassphrase(str) in keytype_name()
250 return getpass(pass_prompt);
245 # define getpass(str) getpassp global() macro
H A Dmachines.c511 /* getpass is used in ntpq.c and ntpdc.c */
514 getpass(const char * prompt)
515 getpass(const char * prompt) getpass() function
/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.c58 getpass(const char *prompt) in getpass() function
128 password = getpass("Password: "); in main()
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h53 extern char * getpass (const char *);
/freebsd/contrib/smbfs/smbutil/
H A Dsmbutil.c64 psw = getpass("Password:"); in cmd_crypt()
/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/lib/libc/gen/
H A Dreadpassphrase.c187 getpass(const char *prompt) in getpass() function
H A DSymbol.map216 getpass;
H A DMakefile.inc247 getpass.3 \
/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/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()
H A Dibdiag_common.c293 ibd_mkey = strtoull(getpass("M_Key: "), &endp, 0); in process_opt()
H A Dibportstate.c498 val = strtoull(getpass("New M_Key: "), in main()

12