Home | History | Annotate | Download | only in tpm2

Lines Matching full:noncetpm

576    // Determine if extra nonceTPM values are going to be required.
591 nonceDecrypt = &decryptSession->nonceTPM;
602 nonceEncrypt = &encryptSession->nonceTPM;
647 // Add nonceTPM
648 CryptUpdateDigest2B(&hmacState, &session->nonceTPM.b);
649 // If needed, add nonceTPM for decrypt session
652 // If needed, add nonceTPM for encrypt session
1677 TPM2B_NONCE *nonceTPM, // IN: nonceTPM
1724 CryptUpdateDigest2B(&hmacState, &nonceTPM->b);
1770 &session->nonceTPM,
1786 TPM2B_NONCE nonces[] // OUT: nonceTPM
1801 // Update nonceTPM in both internal session and response.
1802 CryptGenerateRandom(session->nonceTPM.t.size, session->nonceTPM.t.buffer);
1803 nonces[i] = session->nonceTPM;