Searched refs:commitArray (Results 1 – 4 of 4) sorted by relevance
/external/tpm2/ |
D | Global.h | 521 #define COMMIT_INDEX_MASK ((UINT16)((sizeof(gr.commitArray)*8)-1)) 929 BYTE commitArray[16]; // The default reset value is {0}. member
|
D | CryptUtil.c | 1566 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray, in CryptGenerateR() 1567 sizeof(gr.commitArray))) in CryptGenerateR() 1632 BitSet(oldCount & COMMIT_INDEX_MASK, gr.commitArray, sizeof(gr.commitArray)); in CryptCommit() 1647 BitClear((c & COMMIT_INDEX_MASK), gr.commitArray, sizeof(gr.commitArray)); in CryptEndCommit() 2088 MemorySet(gr.commitArray, 0, sizeof(gr.commitArray)); in CryptUtilStartup()
|
D | PropertyCap.c | 253 *value = sizeof(gr.commitArray) * 8; in TPMPropertyIsDefined()
|
D | part4.txt | 2147 …commit counter is a 64-bit value and the low order bits are used to index the commitArray. This ma… 2151 341 #define COMMIT_INDEX_MASK ((UINT16)((sizeof(gr.commitArray)*8)-1)) 2637 638 BYTE commitArray[16]; // The default reset value is {0}. 18626 239 *value = sizeof(gr.commitArray) * 8; 21160 …validate that the gr.commitArray bit associated with the input value of c is SET. If not, the TPM … 21203 1211 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray, 21204 1212 sizeof(gr.commitArray))) 21210 1218 // When gr.commitArray has less than 64K bits, the extra 21272 …This function is called when the count value is committed. The gr.commitArray value associated wit… 21283 1277 BitSet(oldCount & COMMIT_INDEX_MASK, gr.commitArray, sizeof(gr.commitArray)); [all …]
|