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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddsa.h29 {return DSA::GeneratePrimes(seed, seedLength, counter, p, primeLength, q);}
H A Ddsa.cpp61 bool DSA::GeneratePrimes(const byte *seedIn, unsigned int g, int &counter, function in class:DSA
H A Dgfpcrypt.cpp49 } while (!DSA::GeneratePrimes(seed, SHA::DIGESTSIZE*8, c, p, modulusSize, q));
H A Dgfpcrypt.h398 static bool CRYPTOPP_API GeneratePrimes(const byte *seed, unsigned int seedLength, int &counter,
H A Dfipsalgt.cpp461 while (!DSA::GeneratePrimes(seed, seed.size()*8, counter, p, 1024, q));
542 bool result = DSA::GeneratePrimes(seed, seed.size()*8, c, p1, 1024, q1, true);
H A Dvalidat2.cpp467 fail = !DSA::GeneratePrimes(seed, 160, c, pGen, 512, qGen);

Completed in 43 milliseconds