Searched refs:nonceEncrypt (Results 1 – 4 of 4) sorted by relevance
168 const TPM2B_NONCE * nonceEncrypt, in iesys_crypto_authHmac() argument201 if (nonceEncrypt != NULL) { in iesys_crypto_authHmac()202 r = iesys_crypto_hmac_update2b(cryptoContext, (TPM2B *) nonceEncrypt); in iesys_crypto_authHmac()
59 const TPM2B_NONCE *nonceEncrypt,
825 TPM2B_NONCE *nonceEncrypt; in ComputeCommandHMAC() local829 nonceEncrypt = NULL; in ComputeCommandHMAC()856 nonceEncrypt = &encryptSession->nonceTPM; in ComputeCommandHMAC()900 if(nonceEncrypt != NULL) in ComputeCommandHMAC()901 CryptDigestUpdate2B(&hmacState.hashState, &nonceEncrypt->b); in ComputeCommandHMAC()
1036 …ONCE *nonceOlder, const TPM2B_NONCE *nonceDecrypt, const TPM2B_NONCE *nonceEncrypt, TPMA_SESSION s…