Home
last modified time | relevance | path

Searched refs:responseAuth (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c2172 TPM2B_DIGEST responseAuth; in BuildResponseSession() local
2179 responseAuth.t.size = 0; in BuildResponseSession()
2180 nonceTPM = (TPM2B_NONCE *)&responseAuth; in BuildResponseSession()
2186 nonceTPM = BuildSingleResponseAuth(command, i, &responseAuth); in BuildResponseSession()
2194 command->authSize += TPM2B_DIGEST_Marshal(&responseAuth, in BuildResponseSession()