Searched defs:FX_GenerateCryptoRandom (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp309 if (!FX_GenerateCryptoRandom(&dwSeed, 1)) {
344 FX_BOOL FX_GenerateCryptoRandom(FX_DWORD* pBuffer, int32_t iCount) { function
356 FX_GenerateCryptoRandom(pBuffer, iCount);
367 if (!FX_GenerateCryptoRandom((FX_DWORD*)pGUID, 4)) {

Completed in 38 milliseconds