Searched refs:commitArray (Results 1 - 3 of 3) sorted by relevance

/external/tpm2/
H A DGlobal.h517 // commit counter is a 64-bit value and the low order bits are used to index the commitArray. This mask
521 #define COMMIT_INDEX_MASK ((UINT16)((sizeof(gr.commitArray)*8)-1))
929 BYTE commitArray[16]; // The default reset value is {0}. member in struct:state_reset_data
H A DPropertyCap.c253 *value = sizeof(gr.commitArray) * 8;
H A DCryptUtil.c1533 // validate that the gr.commitArray bit associated with the input value of c is SET. If not, the TPM returns
1567 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray,
1568 sizeof(gr.commitArray)))
1573 // When gr.commitArray has less than 64K bits, the extra
1622 // This function is called when the count value is committed. The gr.commitArray value associated with the
1633 BitSet(oldCount & COMMIT_INDEX_MASK, gr.commitArray, sizeof(gr.commitArray));
1641 // gr.commitArray bit associated with the count value so that it can't be used again.
1648 BitClear((c & COMMIT_INDEX_MASK), gr.commitArray, sizeof(gr.commitArray));
[all...]

Completed in 71 milliseconds