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

/vbox/src/VBox/Runtime/generic/
H A DRTRandAdvCreateSystemFaster-generic.cpp37 RTDECL(int) RTRandAdvCreateSystemFaster(PRTRAND phRand) RT_NO_THROW
39 NOREF(phRand); variable
H A DRTRandAdvCreateSystemTruer-generic.cpp37 RTDECL(int) RTRandAdvCreateSystemTruer(PRTRAND phRand) RT_NO_THROW
39 NOREF(phRand); variable
/vbox/src/VBox/Runtime/r3/posix/
H A Drand-posix.cpp90 static int rtRandAdvPosixCreateSystem(PRTRAND phRand, const char *pszDev) RT_NO_THROW
114 *phRand = pThis;
128 RTDECL(int) RTRandAdvCreateSystemFaster(PRTRAND phRand) RT_NO_THROW
130 return rtRandAdvPosixCreateSystem(phRand, "/dev/urandom");
134 RTDECL(int) RTRandAdvCreateSystemTruer(PRTRAND phRand) RT_NO_THROW
136 return rtRandAdvPosixCreateSystem(phRand, "/dev/random");
/vbox/include/iprt/
H A Drand.h116 * @param phRand Where to return the handle to the new random number
119 RTDECL(int) RTRandAdvCreate(PRTRAND phRand) RT_NO_THROW;
125 * @param phRand Where to store the handle to the generator.
127 RTDECL(int) RTRandAdvCreatePseudo(PRTRAND phRand) RT_NO_THROW;
133 * @param phRand Where to store the handle to the generator.
135 RTDECL(int) RTRandAdvCreateParkMiller(PRTRAND phRand) RT_NO_THROW;
146 * @param phRand Where to store the handle to the generator.
150 RTDECL(int) RTRandAdvCreateSystemFaster(PRTRAND phRand) RT_NO_THROW;
165 * @param phRand Where to store the handle to the generator.
169 RTDECL(int) RTRandAdvCreateSystemTruer(PRTRAND phRand) RT_NO_THRO
[all...]
/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp189 RTDECL(int) RTRandAdvCreateParkMiller(PRTRAND phRand) RT_NO_THROW
205 *phRand = pThis;

Completed in 44 milliseconds