Searched refs:TPM_NONCE (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-deepquote-anyloc.patch | 7 TPM_NONCE nonce; 74 +TPM_RESULT VTPM_GetParentQuote(TPM_NONCE *data, TPM_PCR_SELECTION *sel, 77 TPM_RESULT TPM_ParentSignEK(TPM_NONCE *externalData, TPM_PCR_SELECTION *sel, 79 @@ -191,7 +192,7 @@ TPM_RESULT TPM_ParentSignEK(TPM_NONCE *externalData, TPM_PCR_SELECTION *sel, 88 @@ -206,7 +207,7 @@ TPM_RESULT TPM_ParentSignEK(TPM_NONCE *externalData, TPM_PCR_SELECTION *sel, 93 + res = VTPM_GetParentQuote((TPM_NONCE*)&hres, sel, extraInfoFlags, sigSize, sig); 99 TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR, 106 @@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR, 111 + res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob);
|
A D | vtpm-deepquote.patch | 11 + TPM_NONCE nonce; 76 + TPM_NONCE *externalData, 91 @@ -211,3 +211,49 @@ TPM_RESULT TPM_ParentSignEK(TPM_NONCE *externalData, TPM_PCR_SELECTION *sel, 100 +TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR, 154 + * TPM_NONCE externData 20 bytes of external data 159 + * TPM_NONCE nonceOdd Nonce for authHandle 170 + * TPM_NONCE nonceEven Nonce for authHandle 179 + * TPM_NONCE externData From input to the deep quote
|
A D | vtpm-parent-sign-ek.patch | 11 + TPM_NONCE nonce; 73 + TPM_NONCE *externalData, 96 +TPM_RESULT TPM_ParentSignEK(TPM_NONCE *externalData, TPM_PCR_SELECTION *sel, 159 + * TPM_NONCE externData 20 bytes of external data 163 + * TPM_NONCE nonceOdd Nonce for authHandle 174 + * TPM_NONCE nonceEven Nonce for authHandle 188 + * TPM_NONCE externData From input to the deep quote
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tpm.c | 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() [all …]
|
A D | tcg.h | 480 typedef struct TPM_NONCE { struct 482 } TPM_NONCE; typedef 723 TPM_NONCE NonceOdd; // system 724 TPM_NONCE NonceEven; // TPM
|
A D | tpm.h | 170 const TPM_NONCE* data, // in
|
A D | marshal.h | 440 inline BYTE* pack_TPM_NONCE(BYTE* ptr, const TPM_NONCE* n) { in pack_TPM_NONCE() 445 inline BYTE* unpack_TPM_NONCE(BYTE* ptr, TPM_NONCE* n) { in unpack_TPM_NONCE() 452 inline int unpack3_TPM_NONCE(BYTE* ptr, UINT32* pos, UINT32 max, TPM_NONCE* n) { in unpack3_TPM_NONCE()
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpm_cmd.c | 221 TPM_RESULT VTPM_GetParentQuote(TPM_NONCE *data, TPM_PCR_SELECTION *sel, in VTPM_GetParentQuote()
|
Completed in 23 milliseconds