Searched refs:TRYFAILGOTO (Results 1 – 1 of 1) sorted by relevance
/xen/stubdom/vtpm/ |
A D | vtpm_cmd.c | 22 #define TRYFAILGOTO(C) \ macro 109 TRYFAILGOTO(pack_header(&bptr, &len, tag, size, ord)); in VTPM_GetRandom() 110 TRYFAILGOTO(tpm_marshal_UINT32(&bptr, &len, *numbytes)); in VTPM_GetRandom() 152 TRYFAILGOTO(pack_header(&bptr, &len, tag, size, ord)); in VTPM_LoadHashKey() 196 TRYFAILGOTO(pack_header(&bptr, &len, tag, size, ord)); in VTPM_SaveHashKey() 237 TRYFAILGOTO(pack_header(&bptr, &len, tag, size, ord)); in VTPM_GetParentQuote() 238 TRYFAILGOTO(tpm_marshal_TPM_NONCE(&bptr, &len, data)); in VTPM_GetParentQuote() 239 TRYFAILGOTO(tpm_marshal_TPM_PCR_SELECTION(&bptr, &len, sel)); in VTPM_GetParentQuote() 240 TRYFAILGOTO(tpm_marshal_TPM_DEEP_QUOTE_INFO(&bptr, &len, extraInfoFlags)); in VTPM_GetParentQuote() 281 TRYFAILGOTO(pack_header(&bptr, &len, tag, size, ord)); in VTPM_PCRRead() [all …]
|
Completed in 2 milliseconds