Searched refs:tpm_result (Results 1 – 3 of 3) sorted by relevance
93 TSS_RESULT* tpm_result) { in GetCapability() argument105 if (tpm_result) { in GetCapability()106 *tpm_result = result; in GetCapability()
56 TSS_RESULT* tpm_result);
120 TPM_RC tpm_result = tpm->StartAuthSessionSync(kSaltingKey, in StartSession() local132 if (tpm_result) { in StartSession()134 << GetErrorString(tpm_result); in StartSession()135 return tpm_result; in StartSession()