Home | History | Annotate | Download | only in apps

Lines Matching refs:pbkdf2

123         "Specify the iteration count and force the use of PBKDF2" },
125 { "pbkdf2", OPT_PBKDF2, '-',
126 "Use password-based key derivation function 2 (PBKDF2)" },
130 { "saltlen", OPT_SALTLEN, 'p', "Specify the PBKDF2 salt length (in bytes)" },
168 int pbkdf2 = 0;
332 pbkdf2 = 1;
341 pbkdf2 = 1;
373 if (saltlen == 0 || pbkdf2 == 0)
602 if (pbkdf2 == 1) {
625 "Using -iter or -pbkdf2 would be better.\n");