Home | History | Annotate | Download | only in tpm2

Lines Matching defs:result

18 //                                 modulus of signHandle, or the buffer for the result in signature is too
28 TPM_RC result;
35 result = FillInAttestInfo(in->signHandle,
39 if(result != TPM_RC_SUCCESS)
41 if(result == TPM_RC_KEY)
44 return RcSafeAddToResult(result, RC_Certify_inScheme);
61 result = SignAttestInfo(in->signHandle,
70 pAssert(result != TPM_RC_ATTRIBUTES);
72 if(result != TPM_RC_SUCCESS)
73 return result;