Home
last modified time | relevance | path

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

12

/src/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
/src/contrib/telnet/telnet/ !
H A Dauthenc.c97 } else if ((res = getpass(prom))) { in telnet_gets()
/src/crypto/heimdal/appl/telnet/telnet/ !
H A Dauthenc.c92 } else if ((res = getpass(prompt))) { in telnet_gets()
/src/contrib/tnftp/ !
H A Dtnftp.h334 char *getpass(const char *);
441 # define getpass getpassphrase macro
/src/contrib/libpcap/testprogs/ !
H A Dfindalldevstest.c58 getpass(const char *prompt) in getpass() function
128 password = getpass("Password: "); in main()
/src/contrib/smbfs/smbutil/ !
H A Dsmbutil.c64 psw = getpass("Password:"); in cmd_crypt()
/src/contrib/ntp/include/ !
H A Dl_stdlib.h53 extern char * getpass (const char *);
/src/usr.bin/enigma/ !
H A Denigma.c105 setup(getpass("Enter key:")); in main()
/src/contrib/libpcap/lbl/ !
H A Dos-sunos4.h92 char *getpass(char *);
/src/contrib/tcpdump/lbl/ !
H A Dos-sunos4.h93 char *getpass(char *);
/src/usr.bin/chpass/ !
H A Dchpass.c218 password = getpass("Password: "); in main()
/src/crypto/openssh/openbsd-compat/ !
H A Dreadpassphrase.c198 getpass(const char *prompt)
/src/contrib/libfido2/openbsd-compat/ !
H A Dreadpassphrase.c201 getpass(const char *prompt)
/src/lib/libc/gen/ !
H A Dreadpassphrase.c187 getpass(const char *prompt) in getpass() function
H A DSymbol.map215 getpass;
H A DMakefile.inc256 getpass.3 \
/src/usr.bin/newgrp/ !
H A Dnewgrp.c179 pass = getpass("Password:"); in addgroup()
/src/include/ !
H A Dunistd.h479 char *getpass(const char *);
/src/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()
/src/usr.sbin/pppctl/ !
H A Dpppctl.c163 passwd = getpass("Password: "); in Receive()
/src/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 Dibportstate.c498 val = strtoull(getpass("New M_Key: "), in main()
H A Dibdiag_common.c293 ibd_mkey = strtoull(getpass("M_Key: "), &endp, 0); in process_opt()

12