Searched refs:commitArray (Results 1 – 4 of 4) sorted by relevance
314 if(!TEST_BIT((*c & COMMIT_INDEX_MASK), gr.commitArray)) in CryptGenerateR()379 SET_BIT(oldCount & COMMIT_INDEX_MASK, gr.commitArray); in CryptCommit()392 ClearBit((c & COMMIT_INDEX_MASK), gr.commitArray, sizeof(gr.commitArray)); in CryptEndCommit()
470 MemorySet(gr.commitArray, 0, sizeof(gr.commitArray)); in CryptStartup()
487 #define COMMIT_INDEX_MASK ((UINT16)((sizeof(gr.commitArray)*8)-1))1046 BYTE commitArray[16]; // The default reset value is {0}. member
313 *value = sizeof(gr.commitArray) * 8; in TPMPropertyIsDefined()