Lines Matching defs:iter
147 {"iter", OPT_ITER, 'p', "Specify the iteration count for encryption and MAC"},
166 /* use library defaults for the iter, maciter, cert, and key PBE */
167 int iter = 0, maciter = 0;
253 maciter = iter = opt_int_arg();
256 iter = 1;
423 if (iter != 0)
424 WARN_NO_EXPORT("iter and -noiter");
668 key_pbe, cert_pbe, iter, -1, keytype,
1080 ASN1_INTEGER_get(kdf->iter), OBJ_nid2sn(prfnid));
1109 BIO_printf(bio_err, ", Iteration %ld", ASN1_INTEGER_get(pbe->iter));