HomeSort by relevance Sort by last modified time
    Searched refs:PRNG (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 29 // This PRNG is from the ISO C spec. It is intentionally simple and
32 struct PRNG {
62 // Seed our PRNG with simple additive sum of ModuleID. We're looking to
70 PRNG prng; local
71 prng.srand(randSeed);
101 STy->setName((Twine("struct.") + metaNames[prng.rand() %
112 FI->setName(metaNames[prng.rand() % array_lengthof(metaNames)]);
  /external/dropbear/libtomcrypt/
crypt.tex 166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
172 that for the PRNG needs within the library (\textit{e.g. making a RSA key}). All the developer has to do
358 \mysection{Functions that need a PRNG}
359 \index{Pseudo Random Number Generator} \index{PRNG}
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
361 the PRNG themselves so it is the responsibility of the calling function to initialize the PRNG before calling them.
363 Certain PRNG algorithms do not require a \textit{prng\_state} argument (sprng for example). The \textit{prng\_state} argumen
    [all...]
  /external/dropbear/libtommath/
bn.tex 143 If you do not have a ``/dev/urandom'' style RNG source you will have to write your own PRNG and simply pipe that into
144 mtest. For example, if your PRNG program is called ``myprng'' simply invoke
    [all...]

Completed in 259 milliseconds