Home | History | Annotate | Download | only in tpm2

Lines Matching refs:digestSize

1506     UINT16                    dataSize, digestSize;
1519 digestSize = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);
1522 CryptCompleteHash(&hashState, digestSize, &((BYTE *)name)[2]);
1525 return digestSize + 2;