Home | History | Annotate | Download | only in tpm2

Lines Matching refs:digestSize

1498     UINT16                    dataSize, digestSize;
1511 digestSize = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);
1514 CryptCompleteHash(&hashState, digestSize, &((BYTE *)name)[2]);
1517 return digestSize + 2;