Home
last modified time | relevance | path

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

/external/tpm2/
DSessionProcess.c570 TPM2B_NONCE *nonceEncrypt; in ComputeCommandHMAC() local
575 nonceEncrypt = NULL; in ComputeCommandHMAC()
602 nonceEncrypt = &encryptSession->nonceTPM; in ComputeCommandHMAC()
653 if(nonceEncrypt != NULL) in ComputeCommandHMAC()
654 CryptUpdateDigest2B(&hmacState, &nonceEncrypt->b); in ComputeCommandHMAC()
Dpart4.txt4362 473 TPM2B_NONCE *nonceEncrypt;
4368 479 nonceEncrypt = NULL;
4401 506 nonceEncrypt = &encryptSession->nonceTPM;
4468 568 if(nonceEncrypt != NULL)
4469 569 CryptUpdateDigest2B(&hmacState, &nonceEncrypt->b);