Searched refs:gotpass (Results 1 – 4 of 4) sorted by relevance
266 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()
533 if (!parse->cbinfo.gotpass) { in pgp_decrypt_file()611 return (parse->cbinfo.gotpass) ? outmem : NULL; in pgp_decrypt_buf()
268 int gotpass; /* when passphrase entered */ member
2249 cbinfo->gotpass = 0; in pgp_get_seckey_cb()2265 cbinfo->gotpass = 1; in pgp_get_seckey_cb()