Lines Matching refs:fingerprint
28872 // The size of fingerprint in context
28891 // Get the size of fingerprint in context blob. The sequence value in
28892 // TPMS_CONTEXT structure is used as the fingerprint
28990 // plus fingerprint plus the whole internal OBJECT structure
28994 // the size for fingerprint
29031 // fingerprint plus the size of integrity
29035 // Save space for fingerprint at the beginning of the buffer
29133 // Save fingerprint at the beginning of encrypted area of context blob.
29381 fingerprint;
29498 // Read the fingerprint value, skip the leading integrity size
29499 MemoryCopy(&fingerprint, in->context.contextBlob.t.buffer + integritySize,
29500 sizeof(fingerprint), sizeof(fingerprint));
29501 // Check fingerprint. If the check fails, TPM should be put to failure mode
29502 if(fingerprint != in->context.sequence)
29512 + integritySize + sizeof(fingerprint));
29537 + integritySize + sizeof(fingerprint));