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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddsa.c869 int nfactors, i, j;
874 for (nfactors=0; *retfactors && (*retfactors)[nfactors]; nfactors++)
879 format = gcry_malloc (50 + 2*nfactors);
887 if (nfactors)
890 for (i=0; i < nfactors; i++)
899 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list);
907 for (j=0; j < nfactors; j++)
918 for (i=0; i < nfactors;
868 int nfactors, i, j; local
[all...]

Completed in 81 milliseconds