Merge "fix(auth): make key measurement failure fatal" into integration
This commit is contained in:
commit
c8525bdbb7
@ -288,6 +288,7 @@ static int auth_signature(const auth_method_param_sig_t *param,
|
||||
if (rc != 0) {
|
||||
VERBOSE("[TBB] %s():%d failed with error code %d.\n",
|
||||
__func__, __LINE__, rc);
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
||||
@ -581,6 +582,7 @@ int auth_mod_verify_img(unsigned int img_id,
|
||||
if (rc != 0) {
|
||||
VERBOSE("[TBB] %s():%d failed with error code %d.\n",
|
||||
__func__, __LINE__, rc);
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user