Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h121 #define IsTestStateSet(BIT) ((g_cryptoSelfTestState.rng & BIT) != 0)
122 #define SetTestStateBit(BIT) (g_cryptoSelfTestState.rng |= BIT)
123 #define ClearTestStateBit(BIT) (g_cryptoSelfTestState.rng &= ~BIT)
DGlobal.h1169 EXTERN CRYPTO_SELF_TEST_STATE g_cryptoSelfTestState; variable
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSelfTest.c173 memset(&g_cryptoSelfTestState, 0, sizeof(g_cryptoSelfTestState)); in CryptInitializeToTest()