Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c270 if(IsSelfTest()) in DRBG_GetEntropy()
500 pAssert(!IsSelfTest()); in DRBG_SelfTest()
860 if(IsEntropyBad() && !IsSelfTest()) in DRBG_Generate()
924 if(!IsDrbgTested() && !IsSelfTest() && !DRBG_SelfTest()) in DRBG_Instantiate()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h125 #define IsSelfTest() IsTestStateSet(TESTING) macro