Searched refs:passphrase (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcodex/
H A Dcodexpass.c37 if (disc->passphrase)
38 return strncopy((char*)buf, disc->passphrase, n) - (char*)buf;
41 sfsprintf(prompt, sizeof(prompt), "Enter %s passphrase: ", meth->name);
H A Dcodex.h98 const char* passphrase; /* passphrase */ member in struct:Codexdisc_s
/ast/src/cmd/codex/
H A Dcodex.c56 " [+PASSPHRASE=\apassphrase\a?The method specific passphrase. If"
57 " not specified then \b--passphrase\b=\apassphrase\a is used."
58 " If \b--passphrase\b is not specified then the passphrase"
84 "[f:passfile?Like \b--passphrase\b, except the passphrase is the first"
89 "[p:passphrase?The default passphrase for all methods requiring passphrases."
91 " default. If \b--passphrase\b and \bPASSPHRASE\b=\apassphrase\a are"
92 " not specified then the passphrase fo
[all...]
/ast/src/cmd/paxlib/rar/
H A Drar.c77 ar->codexdisc.passphrase = pax->passphrase;
/ast/src/cmd/pax/
H A Dpaxlib.h186 const char* passphrase; /* encryption passphrase */ member in struct:Pax_s
H A Dpax.c1073 state.passphrase = y ? strdup(v) : (char*)0;

Completed in 55 milliseconds