Searched refs:nonceEncrypt (Results 1 – 2 of 2) sorted by relevance
570 TPM2B_NONCE *nonceEncrypt; in ComputeCommandHMAC() local575 nonceEncrypt = NULL; in ComputeCommandHMAC()602 nonceEncrypt = &encryptSession->nonceTPM; in ComputeCommandHMAC()653 if(nonceEncrypt != NULL) in ComputeCommandHMAC()654 CryptUpdateDigest2B(&hmacState, &nonceEncrypt->b); in ComputeCommandHMAC()
4362 473 TPM2B_NONCE *nonceEncrypt;4368 479 nonceEncrypt = NULL;4401 506 nonceEncrypt = &encryptSession->nonceTPM;4468 568 if(nonceEncrypt != NULL)4469 569 CryptUpdateDigest2B(&hmacState, &nonceEncrypt->b);