Home | History | Annotate | Download | only in tpm2

Lines Matching defs:result

14   TPM_RC result = TPM_RC_SUCCESS;
18 result = TPML_DIGEST_VALUES_Unmarshal(&target->digests, buffer, size);
19 if (result != TPM_RC_SUCCESS) {
20 return result;
22 if ((result == TPM_RC_SUCCESS) && *size) {
23 result = TPM_RC_SIZE;
25 return result;
34 TPM_RC result = TPM_RC_SUCCESS;
43 result =
46 if (result != TPM_RC_SUCCESS) {
47 return result;
50 result = TPM2_PCR_Extend(&in);
51 if (result != TPM_RC_SUCCESS) {
52 return result;