Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c275 if(!IsEntropyBad()) in DRBG_GetEntropy()
285 else if(!IsEntropyBad()) in DRBG_GetEntropy()
291 obtainedEntropy < requiredEntropy && !IsEntropyBad(); in DRBG_GetEntropy()
301 return !IsEntropyBad(); in DRBG_GetEntropy()
860 if(IsEntropyBad() && !IsSelfTest()) in DRBG_Generate()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h129 #define IsEntropyBad() IsTestStateSet(ENTROPY) macro