Home | History | Annotate | Download | only in tpm2

Lines Matching defs:result

29   // Compute actual parameter_size. Don't add result to total_size.
42 TPM_RC result = TPM_RC_SUCCESS;
45 if ((result == TPM_RC_SUCCESS) && *size) {
46 result = TPM_RC_SIZE;
48 return result;
57 TPM_RC result = TPM_RC_SUCCESS;
69 result =
72 if (result != TPM_RC_SUCCESS) {
73 return result;
76 result = TPM2_NV_ReadPublic(&in, &out);
77 if (result != TPM_RC_SUCCESS) {
78 return result;