Home
last modified time | relevance | path

Searched refs:gotpass (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/ftp/
H A Dfetch.c266 char uuser[BUFSIZ], *gotpass; in auth_url() local
276 gotpass = NULL; in auth_url()
319 gotpass = getpass("Password: "); in auth_url()
320 if (gotpass == NULL) { in auth_url()
324 upass = gotpass; in auth_url()
332 if (gotpass) in auth_url()
333 memset(gotpass, 0, strlen(gotpass)); in auth_url()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c533 if (!parse->cbinfo.gotpass) { in pgp_decrypt_file()
611 return (parse->cbinfo.gotpass) ? outmem : NULL; in pgp_decrypt_buf()
H A Dcrypto.h268 int gotpass; /* when passphrase entered */ member
H A Dreader.c2249 cbinfo->gotpass = 0; in pgp_get_seckey_cb()
2265 cbinfo->gotpass = 1; in pgp_get_seckey_cb()