Home | History | Annotate | Download | only in tpm2

Lines Matching refs:digestSize

929        UINT32      digestSize
951 *sizeNeeded += digestSize;
985 UINT16 digestSize;
1000 digestSize = CryptGetHashDigestSize(hash);
1002 pcrData[digestSize - 1] = initialValue;
1005 MemorySet(pcrData, 0, digestSize - 1);
1007 MemorySet(pcrData, -1, digestSize - 1);