Searched refs:obtainedEntropy (Results 1 – 1 of 1) sorted by relevance
266 UINT32 obtainedEntropy; in DRBG_GetEntropy() local290 for(returnedEntropy = 1, obtainedEntropy = 0; in DRBG_GetEntropy()291 obtainedEntropy < requiredEntropy && !IsEntropyBad(); in DRBG_GetEntropy()292 obtainedEntropy += returnedEntropy) in DRBG_GetEntropy()294 returnedEntropy = _plat__GetEntropy(&entropy[obtainedEntropy], in DRBG_GetEntropy()295 requiredEntropy - obtainedEntropy); in DRBG_GetEntropy()