Home | History | Annotate | Download | only in crypto

Lines Matching full:iteration

259   // Iteration U_1: Compute PRF for S.
265 // Iteration U_1: and append (big-endian) INT (i).
280 // Iteration 2 - c: Compute U_{iteration} by applying the PRF to
281 // U_{iteration - 1}, then xor the resultant hash with |output|, which
282 // contains U_1 ^ U_2 ^ ... ^ U_{iteration - 1}.
283 for (size_t iteration = 2; iteration <= iterations; ++iteration) {
433 // to the password P, the salt S, the iteration count c, and the block