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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRandomFunctions.cpp59 cryptRandomGen.GenerateBlock(randomBytes, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dosrng.cpp77 void NonblockingRng::GenerateBlock(byte *output, size_t size) function in class:NonblockingRng
117 void BlockingRng::GenerateBlock(byte *output, size_t size) function in class:BlockingRng
145 rng.GenerateBlock(output, size);
155 rng.GenerateBlock(output, size);
H A Dblumshub.h20 void GenerateBlock(byte *output, size_t size);
H A Darc4.h18 void GenerateBlock(byte *output, size_t size);
H A Dblumshub.cpp35 void PublicBlumBlumShub::GenerateBlock(byte *output, size_t size) function in class:PublicBlumBlumShub
H A Drng.h19 void GenerateBlock(byte *output, size_t size);
H A Dosrng.h50 void GenerateBlock(byte *output, size_t size);
72 void GenerateBlock(byte *output, size_t size);
H A Drng.cpp39 void LC_RNG::GenerateBlock(byte *output, size_t size) function in class:LC_RNG
80 GenerateBlock(m_lastBlock, S);
H A Darc4.cpp65 void ARC4_Base::GenerateBlock(byte *output, size_t size) function in class:Weak1::ARC4_Base
H A Dbench2.cpp40 rng.GenerateBlock(plaintext, len);
63 rng.GenerateBlock(plaintext, len);
80 rng.GenerateBlock(message, len);
102 rng.GenerateBlock(message, len);
H A Delgamal.h48 rng.GenerateBlock(block, modulusLen-2-plainTextLength);
H A Doaep.cpp46 rng.GenerateBlock(maskedSeed, seedLen);
H A Dbench.cpp120 rng.GenerateBlock(buf, BUF_SIZE);
142 rng.GenerateBlock(buf, BUF_SIZE);
H A Dcryptlib.cpp131 rng.GenerateBlock(IV, IVSize());
237 GenerateBlock(&b, 1);
250 GenerateBlock((byte *)&value, sizeof(value));
257 void RandomNumberGenerator::GenerateBlock(byte *output, size_t size) function in class:RandomNumberGenerator
274 GenerateBlock(buffer, len);
285 void GenerateBlock(byte *output, size_t size) {throw NotImplemented("NullRNG: NullRNG should only be passed to functions that don't need to generate random bytes");} function in class:ClassNullRNG
H A Dpssr.cpp60 rng.GenerateBlock(salt, saltSize);
H A Dstrciphr.cpp29 void AdditiveCipherTemplate<S>::GenerateBlock(byte *outString, size_t length) function in class:AdditiveCipherTemplate
H A Dvalidat2.cpp42 void GenerateBlock(byte *output, size_t size) function in class:FixedRNG
71 bbs.GenerateBlock(buf, 20);
81 bbs.GenerateBlock(buf, 10);
91 bbs.GenerateBlock(buf, 20);
H A Dgfpcrypt.cpp48 rng.GenerateBlock(seed, SHA::DIGESTSIZE);
H A Dida.cpp256 m_rng.GenerateBlock(buf, len);
H A Dstrciphr.h137 void GenerateBlock(byte *output, size_t size);
H A Dfipsalgt.cpp459 m_rng.GenerateBlock(seed, seed.size());
758 rng.GenerateBlock(r, r.size());
762 rng.GenerateBlock(r, r.size());
H A Dcryptlib.h700 virtual void GenerateBlock(byte *output, size_t size);
720 void GetBlock(byte *output, size_t size) {GenerateBlock(output, size);}
H A Dgf2n.cpp44 rng.GenerateBlock(buf, nbytes);
H A Dvalidat1.cpp542 GlobalRNG().GenerateBlock(plaintext, length);
H A Dinteger.cpp3214 rng.GenerateBlock(buf, nbytes);
3251 void GenerateBlock(byte *output, size_t size)

Completed in 94 milliseconds