Searched defs:rpHash (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DSessionProcess.c1450 // Function to compute rpHash (Response Parameter Hash). The rpHash is only computed if there is an
1455 TPM_ALG_ID hashAlg, // IN: hash algorithm to compute rpHash
1459 TPM2B_DIGEST *rpHash // OUT: rpHash
1462 // The command result in rpHash is always TPM_RC_SUCCESS.
1465 // rpHash := hash(responseCode || commandCode || parameters)
1467 rpHash->t.size = CryptStartHash(hashAlg, &hashState);
1473 CryptCompleteHash2B(&hashState, &rpHash->b);
1513 TPM2B_DIGEST rpHash; // rpHas local
1549 TPM2B_DIGEST rpHash; // rpHash for response local
[all...]

Completed in 153 milliseconds