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

/external/webkit/Source/JavaScriptCore/wtf/
H A DCryptographicallyRandomNumber.cpp53 class ARC4RandomNumberGenerator { class in namespace:WTF::__anon13047
55 ARC4RandomNumberGenerator();
82 ARC4RandomNumberGenerator::ARC4RandomNumberGenerator() function in class:WTF::__anon13047::ARC4RandomNumberGenerator
87 void ARC4RandomNumberGenerator::addRandomData(unsigned char* data, int length)
100 void ARC4RandomNumberGenerator::stir()
114 void ARC4RandomNumberGenerator::stirIfNeeded()
120 uint8_t ARC4RandomNumberGenerator::getByte()
131 uint32_t ARC4RandomNumberGenerator::getWord()
141 uint32_t ARC4RandomNumberGenerator
[all...]

Completed in 74 milliseconds