Home | History | Annotate | Download | only in tpm2

Lines Matching refs:integritySize

35    UINT16             integritySize;
52 integritySize = CryptGetHashDigestSize(CONTEXT_INTEGRITY_HASH_ALG);
60 if(integrity.t.size != integritySize)
63 integritySize += sizeof(integrity.t.size);
77 CryptSymmetricDecrypt(in->context.contextBlob.t.buffer + integritySize,
80 in->context.contextBlob.t.size - integritySize,
81 in->context.contextBlob.t.buffer + integritySize);
84 MemoryCopy(&fingerprint, in->context.contextBlob.t.buffer + integritySize,
97 + integritySize + sizeof(fingerprint));
126 + integritySize + sizeof(fingerprint));