Home | History | Annotate | Download | only in tpm2

Lines Matching defs:result

28   // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS;
45 result = TPM2B_EVENT_Unmarshal(&target->eventData, buffer, size);
46 if (result != TPM_RC_SUCCESS) {
47 return result;
49 if ((result == TPM_RC_SUCCESS) && *size) {
50 result = TPM_RC_SIZE;
52 return result;
61 TPM_RC result = TPM_RC_SUCCESS;
73 result =
76 if (result != TPM_RC_SUCCESS) {
77 return result;
80 result = TPM2_PCR_Event(&in, &out);
81 if (result != TPM_RC_SUCCESS) {
82 return result;