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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c857 int nfactors, i, j;
862 for (nfactors=0; *retfactors && (*retfactors)[nfactors]; nfactors++)
867 format = gcry_malloc (50 + 2*nfactors);
875 if (nfactors)
878 for (i=0; i < nfactors; i++)
887 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list);
895 for (j=0; j < nfactors; j++)
906 for (i=0; i < nfactors;
856 int nfactors, i, j; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c857 int nfactors, i, j;
862 for (nfactors=0; *retfactors && (*retfactors)[nfactors]; nfactors++)
867 format = gcry_malloc (50 + 2*nfactors);
875 if (nfactors)
878 for (i=0; i < nfactors; i++)
887 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list);
895 for (j=0; j < nfactors; j++)
906 for (i=0; i < nfactors;
856 int nfactors, i, j; local
[all...]

Completed in 45 milliseconds