Lines Matching refs:hashblob
45 BYTE hashblob[USHRT_MAX], idReqBlob[USHRT_MAX], testblob[USHRT_MAX]; in Tspi_TPM_CollateIdentityRequest() local
303 Trspi_LoadBlob_TSS_VERSION(&offset, hashblob, VERSION_1_1); in Tspi_TPM_CollateIdentityRequest()
304 Trspi_LoadBlob_UINT32(&offset, ulIdentityLabelLength, hashblob); in Tspi_TPM_CollateIdentityRequest()
305 Trspi_LoadBlob_UINT32(&offset, pcIdentityBindingSize, hashblob); in Tspi_TPM_CollateIdentityRequest()
306 Trspi_LoadBlob_UINT32(&offset, pcEndorsementCredentialSize, hashblob); in Tspi_TPM_CollateIdentityRequest()
307 Trspi_LoadBlob_UINT32(&offset, pcPlatformCredentialSize, hashblob); in Tspi_TPM_CollateIdentityRequest()
308 Trspi_LoadBlob_UINT32(&offset, pcConformanceCredentialSize, hashblob); in Tspi_TPM_CollateIdentityRequest()
309 Trspi_LoadBlob(&offset, idPubSize, hashblob, idPub); in Tspi_TPM_CollateIdentityRequest()
311 Trspi_LoadBlob(&offset, ulIdentityLabelLength, hashblob, rgbIdentityLabelData); in Tspi_TPM_CollateIdentityRequest()
312 Trspi_LoadBlob(&offset, pcIdentityBindingSize, hashblob, prgbIdentityBinding); in Tspi_TPM_CollateIdentityRequest()
313 Trspi_LoadBlob(&offset, pcEndorsementCredentialSize, hashblob, prgbEndorsementCredential); in Tspi_TPM_CollateIdentityRequest()
314 Trspi_LoadBlob(&offset, pcPlatformCredentialSize, hashblob, prgbPlatformCredential); in Tspi_TPM_CollateIdentityRequest()
315 Trspi_LoadBlob(&offset, pcConformanceCredentialSize, hashblob, prgbConformanceCredential); in Tspi_TPM_CollateIdentityRequest()
336 hashblob, algID, in Tspi_TPM_CollateIdentityRequest()
355 if ((result = Trspi_SymEncrypt(algID, TR_SYM_MODE_CBC, symKey.data, NULL, hashblob, in Tspi_TPM_CollateIdentityRequest()
363 Trspi_LoadBlob_SYMMETRIC_KEY(&offset, hashblob, &symKey); in Tspi_TPM_CollateIdentityRequest()
365 if ((result = Trspi_RSA_Public_Encrypt(hashblob, offset, encSymKey, &encSymKeySize, in Tspi_TPM_CollateIdentityRequest()