Home
last modified time | relevance | path

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

/external/tpm2/
DSessionProcess.c569 TPM2B_NONCE *nonceDecrypt; in ComputeCommandHMAC() local
574 nonceDecrypt = NULL; in ComputeCommandHMAC()
591 nonceDecrypt = &decryptSession->nonceTPM; in ComputeCommandHMAC()
650 if(nonceDecrypt != NULL) in ComputeCommandHMAC()
651 CryptUpdateDigest2B(&hmacState, &nonceDecrypt->b); in ComputeCommandHMAC()