Home
last modified time | relevance | path

Searched refs:obtainedEntropy (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c266 UINT32 obtainedEntropy; in DRBG_GetEntropy() local
290 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()