Home | History | Annotate | Download | only in tpm2

Lines Matching refs:result

14   TPM_RC result = TPM_RC_SUCCESS;
17 if ((result == TPM_RC_SUCCESS) && *size) {
18 result = TPM_RC_SIZE;
20 return result;
29 TPM_RC result = TPM_RC_SUCCESS;
38 result = PolicyPassword_In_Unmarshal(&in, request_handles,
41 if (result != TPM_RC_SUCCESS) {
42 return result;
45 result = TPM2_PolicyPassword(&in);
46 if (result != TPM_RC_SUCCESS) {
47 return result;