Home | History | Annotate | Download | only in tpm2

Lines Matching refs:innerHash

1047     TPMI_ALG_HASH       innerHash = TPM_ALG_NULL;// The hash algorithm for inner wrap
1062 innerHash = nameAlg;
1064 innerHash);
1095 dataSize = ProduceInnerIntegrity(name, innerHash, dataSize,
1196 TPMI_ALG_HASH innerHash = TPM_ALG_NULL;
1205 innerHash = nameAlg;
1207 result = CheckInnerIntegrity(name, innerHash, dataSize, sensitiveData);
1211 sensitiveData += sizeof(UINT16) + CryptGetHashDigestSize(innerHash);
1212 dataSize -= sizeof(UINT16) + CryptGetHashDigestSize(innerHash);