Searched refs:factors_new (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dprimegen.c305 gcry_mpi_t *factors_new = NULL; /* Factors to return to the
598 factors_new = gcry_calloc (n + 4, sizeof (*factors_new));
599 if (! factors_new)
608 factors_new[i++] = gcry_mpi_set_ui (NULL, 2);
609 factors_new[i++] = mpi_copy (q);
611 factors_new[i++] = mpi_copy (q_factor);
613 factors_new[i++] = mpi_copy (factors[j]);
620 factors_new[i++] = mpi_copy (q_factor);
622 factors_new[
303 gcry_mpi_t *factors_new = NULL; /* Factors to return to the local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c305 gcry_mpi_t *factors_new = NULL; /* Factors to return to the
598 factors_new = gcry_calloc (n + 4, sizeof (*factors_new));
599 if (! factors_new)
608 factors_new[i++] = gcry_mpi_set_ui (NULL, 2);
609 factors_new[i++] = mpi_copy (q);
611 factors_new[i++] = mpi_copy (q_factor);
613 factors_new[i++] = mpi_copy (factors[j]);
620 factors_new[i++] = mpi_copy (q_factor);
622 factors_new[
303 gcry_mpi_t *factors_new = NULL; /* Factors to return to the local
[all...]

Completed in 46 milliseconds