Searched refs:quote_blob (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-deepquote-anyloc.patch | 12 + BYTE *quote_blob; 30 + "e_blob_size, "e_blob); 36 + if (ptr == NULL || tpm_marshal_BLOB(&ptr, &len, quote_blob, quote_blob_size)) { 41 + tpm_free(quote_blob); 102 + UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob) 111 + res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob);
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpm_cmd.c | 222 UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob) in VTPM_GetParentQuote() argument 255 *quote_blob = tpm_malloc(*quote_blob_size); in VTPM_GetParentQuote() 256 …TRYFAILGOTOMSG(tpm_unmarshal_BYTE_ARRAY(&bptr, &len, *quote_blob, *quote_blob_size), ERR_MALFORMED… in VTPM_GetParentQuote()
|
Completed in 6 milliseconds