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

/vbox/src/VBox/Runtime/common/misc/
H A DRTMemWipeThoroughly.cpp51 RTRandBytes(pv, cb);
/vbox/src/VBox/Runtime/generic/
H A DRTUuidCreate-generic.cpp49 RTRandBytes(pUuid, sizeof(*pUuid));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemSafer.cpp49 RTRandBytes(pvBuf, cbAlloc);
95 RTRandBytes(pvBuf, cbAlloc);
H A DtstRTMemWipe.cpp60 RTRandBytes(pvBuf, cbAlloc);
/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp106 RTDECL(void) RTRandBytes(void *pv, size_t cb) RT_NO_THROW
111 RT_EXPORT_SYMBOL(RTRandBytes); variable
/vbox/include/iprt/
H A Drand.h45 RTDECL(void) RTRandBytes(void *pv, size_t cb) RT_NO_THROW;
H A Dmangling.h1196 # define RTRandBytes RT_MANGLER(RTRandBytes) macro
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp258 RTRandBytes(pvPages, PAGE_SIZE + pThis->offUser);
264 RTRandBytes(pbUser + pThis->cbUser, (size_t)pThis->cPages * PAGE_SIZE - PAGE_SIZE - pThis->offUser - pThis->cbUser);
/vbox/src/VBox/HostDrivers/VBoxNetAdp/solaris/
H A DVBoxNetAdp-solaris.c465 RTRandBytes(&pMac->au8[3], 3);
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c488 RTRandBytes(&pNet->MacAddr.au8[3], 3);
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp560 RTRandBytes(g_pbTestPattern, g_cbTestPattern);
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp703 RTRandBytes(&SrcMac.au8[3], sizeof(SrcMac) - 3);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFltBow-solaris.c1105 RTRandBytes(&GuestMac.au8[3], 3);
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp1421 RTRandBytes(apPackets[i], pParams->cbPacket);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp104 (PFNRT)RTRandBytes,
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2194 RTRandBytes(aBytes, aCiphertextSize - i);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp418 (PFNRT)RTRandBytes,

Completed in 189 milliseconds