Lines Matching refs:entropySize
19394 53 UINT32 entropySize, // IN: size of entropy buffer
19401 60 _cpri__StirRandom(entropySize, buffer);
26313 7 UINT32 entropySize;
26322 16 for(entropySize = 0;
26323 17 entropySize < MAX_RNG_ENTROPY_SIZE && returnedSize >= 0;
26324 18 entropySize += returnedSize)
26326 20 returnedSize = _plat__GetEntropy(&entropy[entropySize],
26327 21 MAX_RNG_ENTROPY_SIZE - entropySize);
26333 27 RAND_seed(entropy, entropySize);
26378 50 INT32 entropySize,
26382 54 if (entropySize >= 0)
26384 56 RAND_add((const void *)entropy, (int) entropySize, 0.0);