Home | History | Annotate | Download | only in tpm2

Lines Matching refs:bArray

10 BOOL BitIsSet(unsigned int bitNum,    // IN: number of the bit in 'bArray'
11 BYTE *bArray, // IN: array containing the bit
12 unsigned int arraySize // IN: size in bytes of 'bArray'
18 // This function will set the indicated bit in bArray.
20 void BitSet(unsigned int bitNum, // IN: number of the bit in 'bArray'
21 BYTE *bArray, // IN: array containing the bit
22 unsigned int arraySize // IN: size in bytes of 'bArray'
29 // This function will clear the indicated bit in bArray.
31 void BitClear(unsigned int bitNum, // IN: number of the bit in 'bArray'.
32 BYTE *bArray, // IN: array containing the bit
33 unsigned int arraySize // IN: size in bytes of 'bArray'