Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c267 INT32 returnedEntropy; in DRBG_GetEntropy() local
290 for(returnedEntropy = 1, obtainedEntropy = 0; in DRBG_GetEntropy()
292 obtainedEntropy += returnedEntropy) in DRBG_GetEntropy()
294 returnedEntropy = _plat__GetEntropy(&entropy[obtainedEntropy], in DRBG_GetEntropy()
296 if(returnedEntropy <= 0) in DRBG_GetEntropy()