Home | History | Annotate | Download | only in tpm2

Lines Matching refs:result

14   TPM_RC result = TPM_RC_SUCCESS;
16 result = TPM2B_SENSITIVE_DATA_Unmarshal(&target->inData, buffer, size);
17 if (result != TPM_RC_SUCCESS) {
18 return result;
20 if ((result == TPM_RC_SUCCESS) && *size) {
21 result = TPM_RC_SIZE;
23 return result;
32 TPM_RC result = TPM_RC_SUCCESS;
41 result =
44 if (result != TPM_RC_SUCCESS) {
45 return result;
48 result = TPM2_StirRandom(&in);
49 if (result != TPM_RC_SUCCESS) {
50 return result;