Home | History | Annotate | Download | only in tpm2

Lines Matching defs:size

22 //     TPM_RC_SIZE                   incorrect context blob size
38 INT32 size;
46 // Check context blob size
56 size = (INT32) in->context.contextBlob.t.size;
57 result = TPM2B_DIGEST_Unmarshal(&integrity, &buffer, &size);
60 if(integrity.t.size != integritySize)
63 integritySize += sizeof(integrity.t.size);
80 in->context.contextBlob.t.size - integritySize,
83 // Read the fingerprint value, skip the leading integrity size