Home
last modified time | relevance | path

Searched refs:nonceDecrypt (Results 1 – 2 of 2) 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()
Dpart4.txt4361 472 TPM2B_NONCE *nonceDecrypt;
4367 478 nonceDecrypt = NULL;
4385 496 nonceDecrypt = &decryptSession->nonceTPM;
4459 564 if(nonceDecrypt != NULL)
4460 565 CryptUpdateDigest2B(&hmacState, &nonceDecrypt->b);