OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotpass
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.c
533
if (!parse->cbinfo.
gotpass
) {
611
return (parse->cbinfo.
gotpass
) ? outmem : NULL;
crypto.h
268
int
gotpass
; /* when passphrase entered */
member in struct:pgp_cbdata_t
reader.c
2249
cbinfo->
gotpass
= 0;
2265
cbinfo->
gotpass
= 1;
/src/usr.bin/ftp/
fetch.c
266
char uuser[BUFSIZ], *
gotpass
;
local
276
gotpass
= NULL;
319
gotpass
= getpass("Password: ");
320
if (
gotpass
== NULL) {
324
upass =
gotpass
;
332
if (
gotpass
)
333
memset(
gotpass
, 0, strlen(
gotpass
));
Completed in 23 milliseconds
Indexes created Sat Sep 05 00:25:07 UTC 2026