Searched refs:rpHash (Results 1 – 5 of 5) sorted by relevance
/external/tpm2/ |
D | SessionProcess.c | 1459 TPM2B_DIGEST *rpHash // OUT: rpHash in ComputeRpHash() argument 1467 rpHash->t.size = CryptStartHash(hashAlg, &hashState); in ComputeRpHash() 1473 CryptCompleteHash2B(&hashState, &rpHash->b); in ComputeRpHash() 1513 TPM2B_DIGEST rpHash; // rpHash for response in Audit() local 1520 &rpHash); in Audit() 1528 CryptUpdateDigest2B(&hashState, &rpHash.b); in Audit() 1549 TPM2B_DIGEST rpHash; // rpHash for response in CommandAudit() local 1553 resParmBuffer, &rpHash); in CommandAudit() 1587 CryptUpdateDigest2B(&hashState, &rpHash.b); in CommandAudit()
|
D | part4.txt | 2588 595 // TPM will extend the cpHash and rpHash for the command to this value. If this 3347 40 // generating the rpHash. 3350 43 // These values go in the rpHash. 5409 … Function to compute rpHash (Response Parameter Hash). The rpHash is only computed if there is an 5414 1308 TPM_ALG_ID hashAlg, // IN: hash algorithm to compute rpHash 5418 1312 TPM2B_DIGEST *rpHash // OUT: rpHash 5421 1315 // The command result in rpHash is always TPM_RC_SUCCESS. 5425 1319 // rpHash := hash(responseCode || commandCode || parameters) 5433 1322 rpHash->t.size = CryptStartHash(hashAlg, &hashState); 5441 1330 CryptCompleteHash2B(&hashState, &rpHash->b); [all …]
|
D | part3.txt | 1098 cpHash of the command and rpHash of the response. 6734 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 6897 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 7080 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 8020 command. At the end of this command, the audit digest will be extended with cpHash and the rpHash of 9055 … commandAuditDigestnew ≔ HauditAlg(commandAuditDigestold || cpHash || rpHash) (5) 9060 rpHash the response parameter hash
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 1725 cpHash of the command and rpHash of the response. 11821 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 12108 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 12451 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 14194 command. At the end of this command, the audit digest will be extended with cpHash and the rpHash of 16228 commandAuditDigestnew ≔ HauditAlg(commandAuditDigestold || cpHash || rpHash) 16246 rpHash
|
D | raw_commands.txt | 1725 cpHash of the command and rpHash of the response. 11810 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 12097 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 12440 authorization or audit of this command requires computation of a cpHash and an rpHash, the Name 14183 command. At the end of this command, the audit digest will be extended with cpHash and the rpHash of 16217 commandAuditDigestnew ≔ HauditAlg(commandAuditDigestold || cpHash || rpHash) 16235 rpHash
|