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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtest.cpp390 RandomPool randPool;
391 randPool.IncorporateEntropy((byte *)seed, strlen(seed));
393 RSAES_OAEP_SHA_Decryptor priv(randPool, keyLength);
409 RandomPool randPool;
410 randPool.IncorporateEntropy((byte *)seed, strlen(seed));
413 StringSource(message, true, new PK_EncryptorFilter(randPool, pub, new HexEncoder(new StringSink(result))));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3151 tr_ptrArray randPool = TR_PTR_ARRAY_INIT; local
3161 tr_ptrArrayAppend( &randPool, &choke[i] );
3165 if(( n = tr_ptrArraySize( &randPool )))
3167 c = tr_ptrArrayNth( &randPool, tr_cryptoWeakRandInt( n ));
3173 tr_ptrArrayDestruct( &randPool, NULL );

Completed in 56 milliseconds