Lines Matching refs:TPM_NONCE
221 TPM_NONCE* nonce, in xorEncrypt()
226 BYTE XORbuffer[sizeof(TPM_SECRET) + sizeof(TPM_NONCE)]; in xorEncrypt()
252 vtpmmgr_rand((BYTE*)auth->NonceOdd.nonce, sizeof(TPM_NONCE)); in generateAuth()
255 BYTE hmacText[sizeof(TPM_DIGEST) + (2 * sizeof(TPM_NONCE)) + sizeof(BOOL)]; in generateAuth()
275 BYTE hmacText[sizeof(TPM_DIGEST) + (2 * sizeof(TPM_NONCE)) + sizeof(BOOL)]; in verifyAuth()
313 UNPACK_OUT(TPM_NONCE, &auth->NonceEven); in TPM_OIAP()
339 UNPACK_OUT(TPM_NONCE, &auth->NonceEven); in TPM_OSAP()
727 TPM_NONCE antiReplay; in TPM_CreateEndorsementKeyPair()
733 PACK_IN(TPM_NONCE, &antiReplay); in TPM_CreateEndorsementKeyPair()
831 const TPM_NONCE* data, // in in TPM_Quote()
842 PACK_IN(TPM_NONCE, data); in TPM_Quote()