Lines Matching refs:TPM_RESULT
66 int create_error_response(tpmcmd_t* tpmcmd, TPM_RESULT errorcode) in create_error_response()
95 TPM_RESULT VTPM_GetRandom(struct tpmfront_dev* tpmfront_dev, BYTE* bytes, UINT32 *numbytes) { in VTPM_GetRandom()
96 TPM_RESULT status = TPM_SUCCESS; in VTPM_GetRandom()
137 TPM_RESULT VTPM_LoadHashKey(struct tpmfront_dev* tpmfront_dev, uint8_t** data, size_t* data_length) in VTPM_LoadHashKey()
139 TPM_RESULT status = TPM_SUCCESS; in VTPM_LoadHashKey()
181 TPM_RESULT VTPM_SaveHashKey(struct tpmfront_dev* tpmfront_dev, uint8_t* data, size_t data_length) in VTPM_SaveHashKey()
183 TPM_RESULT status = TPM_SUCCESS; in VTPM_SaveHashKey()
221 TPM_RESULT VTPM_GetParentQuote(TPM_NONCE *data, TPM_PCR_SELECTION *sel, in VTPM_GetParentQuote()
224 TPM_RESULT status = TPM_SUCCESS; in VTPM_GetParentQuote()
266 TPM_RESULT VTPM_PCRRead(struct tpmfront_dev* tpmfront_dev, UINT32 pcrIndex, BYTE* outDigest) in VTPM_PCRRead()
268 TPM_RESULT status = TPM_SUCCESS; in VTPM_PCRRead()