Lines Matching refs:attempt
47 * of (a) and (b) above to attempt to factor N.
56 uint16_t attempt; /* Number of current attempt */
57 uint16_t iter; /* Number of squares computed in the current attempt */
111 attempt = 0;
113 attempt = 1;
116 for (; attempt < num_primes; ++attempt) {
117 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&K, primes[attempt]));
159 * we reached 1, or K holds primes[attempt]^(DE - 1) mod N, which must